Skip to content

Commit 80f1575

Browse files
committed
OpenBSD: Switch "system libs" job to Ninja
The next commit will require Ninja to build the `capnproto` package from source.
1 parent 71bf5a8 commit 80f1575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/openbsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: vmactions/openbsd-vm@v1
4747
with:
4848
envs: 'CCACHE_COMPILERCHECK CCACHE_DIR CCACHE_MAXSIZE'
49-
prepare: pkg_add -v cmake git ccache boost libevent sqlite3 zeromq python py3-zmq
49+
prepare: pkg_add -v cmake ninja git ccache boost libevent sqlite3 zeromq python py3-zmq
5050
run: git config --global --add safe.directory ${{ github.workspace }}
5151
sync: 'rsync'
5252
copyback: false
@@ -60,7 +60,7 @@ jobs:
6060
- name: Generate buildsystem
6161
run: |
6262
cd ${{ github.workspace }}
63-
cmake -B build -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
63+
cmake -B build -DCMAKE_GENERATOR="Ninja" -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
6464
6565
- name: Build
6666
uses: ./ci/nightly/.github/actions/build-with-ccache

0 commit comments

Comments
 (0)