File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5050 env :
5151 CI_ONLY_WHEN_SUBMODULES_CHANGED : 1
5252 os : ubuntu-latest-xl
53+ - name : dist-x86_64-freebsd
54+ os : ubuntu-latest-xl
55+ env : {}
5356 timeout-minutes : 600
5457 runs-on : " ${{ matrix.os }}"
5558 steps :
@@ -635,7 +638,7 @@ jobs:
635638 strategy :
636639 matrix :
637640 include :
638- - name : dist-x86_64-linux
641+ - name : dist-x86_64-freebsd
639642 os : ubuntu-latest-xl
640643 env : {}
641644 timeout-minutes : 600
Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ jobs:
288288 CI_ONLY_WHEN_SUBMODULES_CHANGED : 1
289289 << : *job-linux-xl
290290
291+ - name : dist-x86_64-freebsd
292+ << : *job-linux-xl
291293 auto :
292294 << : *base-ci-job
293295 name : auto
@@ -679,7 +681,8 @@ jobs:
679681 strategy :
680682 matrix :
681683 include :
682- - *dist-x86_64-linux
684+ - name : dist-x86_64-freebsd
685+ << : *job-linux-xl
683686
684687 master :
685688 name : master
You can’t perform that action at this time.
0 commit comments