Skip to content

Commit 900f641

Browse files
authored
4
1 parent ed5241d commit 900f641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker_with_ulimit_coredumps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
container:
1111
image: ubuntu:24.04
12-
options: --ulimit core=-1:-1 --init --cap-add=SYS_ADMIN --cap-add=SYS_PTRACE --security-opt seccomp:unconfined
12+
options: --ulimit core=-1:-1 --init --cap-add=SYS_ADMIN --cap-add=SYS_PTRACE --security-opt seccomp:unconfined --privileged
1313
defaults:
1414
run:
1515
shell: bash -l {0}
@@ -32,7 +32,7 @@ jobs:
3232
echo "--- ls /tmp/cores:"
3333
ls -alh /tmp/cores/*
3434
35-
# - uses: actions/upload-artifact@v3
35+
# - uses: actions/upload-artifact@v4
3636
# with:
3737
# name: cores
3838
# path: /tmp/cores/

0 commit comments

Comments
 (0)