Skip to content

Commit 7877e11

Browse files
committed
Try setting CIBW_CONTAINER_ENGINE with ptrace options as well.
1 parent e39c915 commit 7877e11

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,7 @@ jobs:
12221222
CIBW_ARCHS: '${{ matrix.cibw_arch }}'
12231223
CIBW_BUILD: '${{ matrix.cibw_build }}'
12241224
CIBW_FREE_THREADED_SUPPORT: '${{ matrix.cibw_ft }}'
1225+
CIBW_CONTAINER_ENGINE: "docker; create_args: --cap-add=SYS_PTRACE"
12251226
CIBW_BUILD_VERBOSITY: '3'
12261227
CIBW_TEST_REQUIRES: >
12271228
tox

ci/templates/.github/workflows/github-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
CIBW_ARCHS: '{{ '${{ matrix.cibw_arch }}' }}'
9797
CIBW_BUILD: '{{ '${{ matrix.cibw_build }}' }}'
9898
CIBW_FREE_THREADED_SUPPORT: '{{ '${{ matrix.cibw_ft }}' }}'
99+
CIBW_CONTAINER_ENGINE: "docker; create_args: --cap-add=SYS_PTRACE"
99100
CIBW_BUILD_VERBOSITY: '3'
100101
CIBW_TEST_REQUIRES: >
101102
tox

0 commit comments

Comments
 (0)