workaround for zig issue 21815
This commit is contained in:
parent
0892914c5b
commit
6240225db2
|
@ -10,6 +10,11 @@ env:
|
||||||
PKG_PREFIX: nominated-zig
|
PKG_PREFIX: nominated-zig
|
||||||
jobs:
|
jobs:
|
||||||
build-zig-nominated-mach-latest:
|
build-zig-nominated-mach-latest:
|
||||||
|
container:
|
||||||
|
# We need CAP_SYS_PTRACE for stack traces due to a regression in 0.14.0
|
||||||
|
# TODO: Remove this after https://github.com/ziglang/zig/issues/21815 is
|
||||||
|
# addressed
|
||||||
|
options: --cap-add CAP_SYS_PTRACE
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Need to use the default container with node and all that, so we can
|
# Need to use the default container with node and all that, so we can
|
||||||
# use JS-based actions like actions/checkout@v3...
|
# use JS-based actions like actions/checkout@v3...
|
||||||
|
|
|
@ -10,6 +10,11 @@ env:
|
||||||
PKG_PREFIX: nightly-zig
|
PKG_PREFIX: nightly-zig
|
||||||
jobs:
|
jobs:
|
||||||
build-zig-nightly:
|
build-zig-nightly:
|
||||||
|
container:
|
||||||
|
# We need CAP_SYS_PTRACE for stack traces due to a regression in 0.14.0
|
||||||
|
# TODO: Remove this after https://github.com/ziglang/zig/issues/21815 is
|
||||||
|
# addressed
|
||||||
|
options: --cap-add CAP_SYS_PTRACE
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Need to use the default container with node and all that, so we can
|
# Need to use the default container with node and all that, so we can
|
||||||
# use JS-based actions like actions/checkout@v3...
|
# use JS-based actions like actions/checkout@v3...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user