File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 50
50
env :
51
51
CI_ONLY_WHEN_SUBMODULES_CHANGED : 1
52
52
os : ubuntu-latest-xl
53
+ - name : dist-x86_64-freebsd
54
+ os : ubuntu-latest-xl
55
+ env : {}
53
56
timeout-minutes : 600
54
57
runs-on : " ${{ matrix.os }}"
55
58
steps :
@@ -635,7 +638,7 @@ jobs:
635
638
strategy :
636
639
matrix :
637
640
include :
638
- - name : dist-x86_64-linux
641
+ - name : dist-x86_64-freebsd
639
642
os : ubuntu-latest-xl
640
643
env : {}
641
644
timeout-minutes : 600
Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ jobs:
288
288
CI_ONLY_WHEN_SUBMODULES_CHANGED : 1
289
289
<< : *job-linux-xl
290
290
291
+ - name : dist-x86_64-freebsd
292
+ << : *job-linux-xl
291
293
auto :
292
294
<< : *base-ci-job
293
295
name : auto
@@ -679,7 +681,8 @@ jobs:
679
681
strategy :
680
682
matrix :
681
683
include :
682
- - *dist-x86_64-linux
684
+ - name : dist-x86_64-freebsd
685
+ << : *job-linux-xl
683
686
684
687
master :
685
688
name : master
You can’t perform that action at this time.
0 commit comments