Skip to content

Commit 9425c9d

Browse files
manylinux image build
1 parent 3d5b7e3 commit 9425c9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_linux-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ jobs:
255255
-e USE_SPLIT_BUILD \
256256
--env-file="/tmp/github_env_${GITHUB_RUN_ID}" \
257257
--security-opt seccomp=unconfined \
258+
--cap-add=SYS_PTRACE \
259+
--tty \
258260
-v ${GITHUB_WORKSPACE}:/workspace/pytorch pytorch/ubippc64le-builder:cpu-ppc64le-main /workspace/pytorch/.ci/pytorch/build.sh
259261
260262
END_TIME=$(date +%s)

0 commit comments

Comments
 (0)