We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bdb80 commit 2c6f5ceCopy full SHA for 2c6f5ce
.github/workflows/_linux-build.yml
@@ -235,7 +235,9 @@ jobs:
235
# detached container should get cleaned up by teardown_ec2_linux
236
# Used for JENKINS_USER and DOCKER_SHELL_CMD, which can be empty
237
# 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
+ 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
241
242
END_TIME=$(date +%s)
243
echo "build_time=$((END_TIME - START_TIME))" >> "$GITHUB_OUTPUT"
0 commit comments