File tree 2 files changed +14
-0
lines changed 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 17
17
- " src/*.zig"
18
18
- " tests/wpt/**"
19
19
- " vendor/**"
20
+ - " .github/**"
20
21
pull_request :
21
22
22
23
# By default GH trigger on types opened, synchronize and reopened.
33
34
- " src/*.zig"
34
35
- " tests/wpt/**"
35
36
- " vendor/**"
37
+ - " .github/**"
36
38
# Allows you to run this workflow manually from the Actions tab
37
39
workflow_dispatch :
38
40
50
52
username : ${{ github.actor }}
51
53
password : ${{ secrets.GITHUB_TOKEN }}
52
54
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
+
53
60
steps :
54
61
- uses : actions/checkout@v4
55
62
with :
Original file line number Diff line number Diff line change 16
16
- " src/**/*.zig"
17
17
- " src/*.zig"
18
18
- " vendor/zig-js-runtime"
19
+ - " .github/**"
19
20
pull_request :
20
21
21
22
# By default GH trigger on types opened, synchronize and reopened.
31
32
- " src/**/*.zig"
32
33
- " src/*.zig"
33
34
- " vendor/**"
35
+ - " .github/**"
34
36
# Allows you to run this workflow manually from the Actions tab
35
37
workflow_dispatch :
36
38
@@ -100,6 +102,11 @@ jobs:
100
102
username : ${{ github.actor }}
101
103
password : ${{ secrets.GITHUB_TOKEN }}
102
104
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
+
103
110
steps :
104
111
- uses : actions/checkout@v4
105
112
with :
You can’t perform that action at this time.
0 commit comments