File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1717 - " src/*.zig"
1818 - " tests/wpt/**"
1919 - " vendor/**"
20+ - " .github/**"
2021 pull_request :
2122
2223 # By default GH trigger on types opened, synchronize and reopened.
3334 - " src/*.zig"
3435 - " tests/wpt/**"
3536 - " vendor/**"
37+ - " .github/**"
3638 # Allows you to run this workflow manually from the Actions tab
3739 workflow_dispatch :
3840
5052 username : ${{ github.actor }}
5153 password : ${{ secrets.GITHUB_TOKEN }}
5254
55+ # docker blocks io_uring syscalls by default now.
56+ # see https://github.com/tigerbeetle/tigerbeetle/pull/1995
57+ # see https://github.com/moby/moby/pull/46762
58+ options : " --security-opt seccomp=unconfined"
59+
5360 steps :
5461 - uses : actions/checkout@v4
5562 with :
Original file line number Diff line number Diff line change 1616 - " src/**/*.zig"
1717 - " src/*.zig"
1818 - " vendor/zig-js-runtime"
19+ - " .github/**"
1920 pull_request :
2021
2122 # By default GH trigger on types opened, synchronize and reopened.
3132 - " src/**/*.zig"
3233 - " src/*.zig"
3334 - " vendor/**"
35+ - " .github/**"
3436 # Allows you to run this workflow manually from the Actions tab
3537 workflow_dispatch :
3638
@@ -100,6 +102,11 @@ jobs:
100102 username : ${{ github.actor }}
101103 password : ${{ secrets.GITHUB_TOKEN }}
102104
105+ # docker blocks io_uring syscalls by default now.
106+ # see https://github.com/tigerbeetle/tigerbeetle/pull/1995
107+ # see https://github.com/moby/moby/pull/46762
108+ options : " --security-opt seccomp=unconfined"
109+
103110 steps :
104111 - uses : actions/checkout@v4
105112 with :
You can’t perform that action at this time.
0 commit comments