File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 55
55
56
56
jobs :
57
57
build-ubuntu :
58
- if : false
59
58
name : Ubuntu
60
59
runs-on : ubuntu-22.04
61
60
container :
@@ -103,7 +102,6 @@ jobs:
103
102
run : cd build && meson test
104
103
105
104
build-debian :
106
- if : false
107
105
name : Debian
108
106
runs-on : ubuntu-22.04
109
107
container :
@@ -151,7 +149,6 @@ jobs:
151
149
run : cd build && meson test
152
150
153
151
build-fedora :
154
- if : false
155
152
name : Fedora
156
153
runs-on : ubuntu-22.04
157
154
container :
@@ -215,7 +212,6 @@ jobs:
215
212
run : cd build && meson test
216
213
217
214
build-omnios :
218
- if : false
219
215
name : " OmniOS"
220
216
runs-on : ubuntu-22.04
221
217
permissions :
@@ -248,7 +244,6 @@ jobs:
248
244
ninja -C build
249
245
250
246
build-freebsd :
251
- if : false
252
247
name : " FreeBSD"
253
248
runs-on : ubuntu-22.04
254
249
permissions :
@@ -282,7 +277,6 @@ jobs:
282
277
cd build && meson test
283
278
284
279
build-openbsd :
285
- if : false
286
280
name : " OpenBSD"
287
281
runs-on : ubuntu-22.04
288
282
permissions :
@@ -317,7 +311,6 @@ jobs:
317
311
cd build && meson test
318
312
319
313
build-netbsd :
320
- if : false
321
314
name : " NetBSD"
322
315
runs-on : ubuntu-22.04
323
316
permissions :
@@ -351,7 +344,6 @@ jobs:
351
344
ninja -C build
352
345
353
346
build-dflybsd :
354
- if : false
355
347
name : " DragonflyBSD"
356
348
runs-on : ubuntu-22.04
357
349
permissions :
You can’t perform that action at this time.
0 commit comments