File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
ci/templates/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments