Unverified Commit a409b295 authored by Dillon Cullinan's avatar Dillon Cullinan Committed by GitHub
Browse files

ci: Disable sccache until its successfully resolved (#4869)


Signed-off-by: default avatarDillon Cullinan <dcullinan@nvidia.com>
parent ca0cd3b1
...@@ -143,9 +143,7 @@ runs: ...@@ -143,9 +143,7 @@ runs:
--vllm-max-jobs 10 \ --vllm-max-jobs 10 \
--framework ${{ inputs.framework }} \ --framework ${{ inputs.framework }} \
--platform ${{ inputs.platform }} \ --platform ${{ inputs.platform }} \
--use-sccache \ $EXTRA_ARGS 2>&1 | tee "${BUILD_LOG_FILE}"
--sccache-bucket "$SCCACHE_S3_BUCKET" \
--sccache-region "$AWS_DEFAULT_REGION" $EXTRA_ARGS 2>&1 | tee "${BUILD_LOG_FILE}"
BUILD_EXIT_CODE=${PIPESTATUS[0]} BUILD_EXIT_CODE=${PIPESTATUS[0]}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment