Skip to content

Commit f49fa49

Browse files
manylinux image build
1 parent 97c8416 commit f49fa49

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
@@ -258,7 +258,9 @@ jobs:
258258
--cap-add=SYS_PTRACE \
259259
--tty \
260260
${JENKINS_USER} \
261-
-v ${GITHUB_WORKSPACE}:/workspace/pytorch pytorch/ubippc64le-builder:cpu-ppc64le-main /workspace/pytorch/.ci/pytorch/build.sh
261+
-v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \
262+
-w /var/lib/jenkins/workspace \
263+
pytorch/ubippc64le-builder:cpu-ppc64le-main /workspace/pytorch/.ci/pytorch/build.sh
262264
263265
END_TIME=$(date +%s)
264266
echo "build_time=$((END_TIME - START_TIME))" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)