mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(backend): make sure to correctly set IS_GHA_BUILD=true in wf
This commit is contained in:
parent
fd039b6aac
commit
7f9b2232ca
2
.github/workflows/build_trtllm.yaml
vendored
2
.github/workflows/build_trtllm.yaml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
SCCACHE_LOG=debug
|
SCCACHE_LOG=debug
|
||||||
SCCACHE_NO_DAEMON=1
|
SCCACHE_NO_DAEMON=1
|
||||||
BUILD_TYPE=dev
|
BUILD_TYPE=dev
|
||||||
SCCACHE_GHA_ENABLED=true
|
IS_GHA_BUILD=true
|
||||||
secrets:
|
secrets:
|
||||||
gha_cache_url=${{ env.ACTIONS_CACHE_URL }}
|
gha_cache_url=${{ env.ACTIONS_CACHE_URL }}
|
||||||
gha_cache_token=${{ env.ACTIONS_CACHE_TOKEN }}
|
gha_cache_token=${{ env.ACTIONS_CACHE_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user