Allow ptrace for Alpine static build
This commit is contained in:
parent
a0be4e2e64
commit
ed8988fce0
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -356,7 +356,9 @@ jobs:
|
|||
name: Build static
|
||||
if: contains(github.head_ref, 'dist') || contains(github.head_ref, 'static') || contains(github.ref, 'release-') || github.event_name == 'schedule'
|
||||
runs-on: ubuntu-20.04
|
||||
container: alpine:edge
|
||||
container:
|
||||
image: alpine:edge
|
||||
options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: apk add --no-cache git gcc g++ linux-headers cmake curl wget unzip py3-wheel py3-setuptools py3-pip meson ninja xz cabextract
|
||||
|
|
|
|||
Loading…
Reference in a new issue