Skip to content

Commit d9622a0

Browse files
manylinux image build
1 parent f49fa49 commit d9622a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
${JENKINS_USER} \
261261
-v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \
262262
-w /var/lib/jenkins/workspace \
263-
pytorch/ubippc64le-builder:cpu-ppc64le-main /workspace/pytorch/.ci/pytorch/build.sh
263+
pytorch/ubippc64le-builder:cpu-ppc64le-main .ci/pytorch/build.sh
264264
265265
END_TIME=$(date +%s)
266266
echo "build_time=$((END_TIME - START_TIME))" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)