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 45
45
username : ${{ github.actor }}
46
46
password : ${{ secrets.GITHUB_TOKEN }}
47
47
48
+ # docker blocks io_uring syscalls by default now.
49
+ # see https://github.com/tigerbeetle/tigerbeetle/pull/1995
50
+ # see https://github.com/moby/moby/pull/46762
51
+ options : " --security-opt seccomp=unconfined"
52
+
48
53
steps :
49
54
- uses : actions/checkout@v3
50
55
with :
Original file line number Diff line number Diff line change @@ -107,6 +107,11 @@ jobs:
107
107
username : ${{ github.actor }}
108
108
password : ${{ secrets.GITHUB_TOKEN }}
109
109
110
+ # docker blocks io_uring syscalls by default now.
111
+ # see https://github.com/tigerbeetle/tigerbeetle/pull/1995
112
+ # see https://github.com/moby/moby/pull/46762
113
+ options : " --security-opt seccomp=unconfined"
114
+
110
115
steps :
111
116
- uses : actions/checkout@v3
112
117
with :
You can’t perform that action at this time.
0 commit comments