File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 5050 username : ${{ github.actor }}
5151 password : ${{ secrets.GITHUB_TOKEN }}
5252
53+ # docker blocks io_uring syscalls by default now.
54+ # see https://github.com/tigerbeetle/tigerbeetle/pull/1995
55+ # see https://github.com/moby/moby/pull/46762
56+ options : " --security-opt seccomp=unconfined"
57+
5358 steps :
5459 - uses : actions/checkout@v4
5560 with :
Original file line number Diff line number Diff line change @@ -100,6 +100,11 @@ jobs:
100100 username : ${{ github.actor }}
101101 password : ${{ secrets.GITHUB_TOKEN }}
102102
103+ # docker blocks io_uring syscalls by default now.
104+ # see https://github.com/tigerbeetle/tigerbeetle/pull/1995
105+ # see https://github.com/moby/moby/pull/46762
106+ options : " --security-opt seccomp=unconfined"
107+
103108 steps :
104109 - uses : actions/checkout@v4
105110 with :
You can’t perform that action at this time.
0 commit comments