Skip to content

Commit 972eff9

Browse files
manylinux image build
1 parent 2c6f5ce commit 972eff9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/_linux-build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)