Skip to content

Commit 81d50b6

Browse files
committed
[dnm] add freebsd to pr and try builds
1 parent 59c636c commit 81d50b6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
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

src/ci/github-actions/ci.yml

+4-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)