misc(ci): WAT

This commit is contained in:
Morgan Funtowicz 2024-12-12 16:42:38 +01:00
parent a733f42e8e
commit f32dfeba5a
2 changed files with 1 additions and 1 deletions

View File

@ -58,6 +58,7 @@ jobs:
platforms: 'linux/amd64'
build-args: |
SCCACHE_LOG=debug
SCCACHE_NO_DAEMON=1
BUILD_TYPE=dev
SCCACHE_REGION: us-east-1
SCCACHE_S3_KEY_PREFIX: trtllm

View File

@ -73,7 +73,6 @@ ENV LD_LIBRARY_PATH="/usr/local/mpi/lib:$LD_LIBRARY_PATH"
ENV PKG_CONFIG_PATH="/usr/local/mpi/lib/pkgconfig:$PKG_CONFIG_PATH"
# Retrieve potential build arg for S3 caching
#ENV SCCACHE_BUCKET ${SCCACHE_BUCKET}
ENV SCCACHE_REGION ${SCCACHE_REGION}
ENV SCCACHE_S3_KEY_PREFIX ${SCCACHE_S3_KEY_PREFIX}