File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,22 @@ jobs:
237237 # shellcheck disable=SC2086
238238 docker run --rm \
239239 -e BUILD_ENVIRONMENT \
240+ -e MAX_JOBS="$(nproc --ignore=2)" \
241+ -e AWS_DEFAULT_REGION \
242+ -e PR_NUMBER \
243+ -e SHA1 \
244+ -e BRANCH \
245+ -e SCCACHE_BUCKET \
246+ -e SCCACHE_REGION \
247+ -e XLA_CUDA \
248+ -e XLA_CLANG_CACHE_S3_BUCKET_NAME \
249+ -e SKIP_SCCACHE_INITIALIZATION=1 \
250+ -e TORCH_CUDA_ARCH_LIST \
251+ -e PR_LABELS \
252+ -e OUR_GITHUB_JOB_ID \
253+ -e HUGGING_FACE_HUB_TOKEN \
254+ -e SCRIBE_GRAPHQL_ACCESS_TOKEN \
255+ -e USE_SPLIT_BUILD \
240256 -v ${GITHUB_WORKSPACE}:/workspace/pytorch pytorch/ubippc64le-builder:cpu-ppc64le-main /workspace/pytorch/.ci/pytorch/build.sh
241257
242258 END_TIME=$(date +%s)
You can’t perform that action at this time.
0 commit comments