We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5241d commit 900f641Copy full SHA for 900f641
.github/workflows/docker_with_ulimit_coredumps.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
container:
11
image: ubuntu:24.04
12
- options: --ulimit core=-1:-1 --init --cap-add=SYS_ADMIN --cap-add=SYS_PTRACE --security-opt seccomp:unconfined
+ options: --ulimit core=-1:-1 --init --cap-add=SYS_ADMIN --cap-add=SYS_PTRACE --security-opt seccomp:unconfined --privileged
13
defaults:
14
run:
15
shell: bash -l {0}
@@ -32,7 +32,7 @@ jobs:
32
echo "--- ls /tmp/cores:"
33
ls -alh /tmp/cores/*
34
35
- # - uses: actions/upload-artifact@v3
+ # - uses: actions/upload-artifact@v4
36
# with:
37
# name: cores
38
# path: /tmp/cores/
0 commit comments