Skip to content

Commit 24652ea

Browse files
manylinux image build
1 parent b515196 commit 24652ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@ jobs:
256256
--memory="${TOTAL_AVAILABLE_MEMORY_IN_GB%.*}g" \
257257
--memory-swap="${TOTAL_MEMORY_WITH_SWAP}g" \
258258
--env-file="/tmp/github_env_${GITHUB_RUN_ID}" \
259-
--security-opt seccomp=unconfined \
260-
--cap-add=SYS_PTRACE \
259+
261260
-v ${GITHUB_WORKSPACE}:/workspace/pytorch pytorch/ubippc64le-builder:cpu-ppc64le-main /workspace/pytorch/.ci/pytorch/build.sh
262261
263262
END_TIME=$(date +%s)

0 commit comments

Comments
 (0)