Skip to content

Commit 2c6f5ce

Browse files
manylinux image build
1 parent 69bdb80 commit 2c6f5ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/_linux-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,9 @@ jobs:
235235
# detached container should get cleaned up by teardown_ec2_linux
236236
# Used for JENKINS_USER and DOCKER_SHELL_CMD, which can be empty
237237
# shellcheck disable=SC2086
238-
docker run --rm -v ${GITHUB_WORKSPACE}:/workspace/pytorch pytorch/ubippc64le-builder:cpu-ppc64le-main /workspace/pytorch/.github/scripts/ppc64le-build.sh
238+
docker run --rm \
239+
-e BUILD_ENVIRONMENT \
240+
-v ${GITHUB_WORKSPACE}:/workspace/pytorch pytorch/ubippc64le-builder:cpu-ppc64le-main /workspace/pytorch/.ci/pytorch/build.sh
239241
240242
END_TIME=$(date +%s)
241243
echo "build_time=$((END_TIME - START_TIME))" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)