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 20ad317 commit ed5241dCopy full SHA for ed5241d
.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
13
defaults:
14
run:
15
shell: bash -l {0}
0 commit comments