Skip to content

Commit b24de6e

Browse files
authored
Merge pull request #72 from hebasto/250823-netbsd-capnp
NetBSD: Install Cap'n Proto package
2 parents bb879a1 + cc1420b commit b24de6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/netbsd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
envs: 'CCACHE_COMPILERCHECK CCACHE_DIR CCACHE_MAXSIZE'
4949
prepare: |
5050
/usr/sbin/pkg_info > packages_before
51-
/usr/sbin/pkg_add cmake git-base gcc14 pkg-config ccache boost libevent sqlite3 zeromq python313 py313-zmq
51+
/usr/sbin/pkg_add cmake git-base gcc14 pkg-config ccache boost libevent sqlite3 capnproto zeromq python313 py313-zmq
5252
/usr/sbin/pkg_info > packages_after
5353
diff -w packages_before packages_after | grep '^>'
5454
run: git config --global --add safe.directory ${{ github.workspace }}
@@ -62,9 +62,10 @@ jobs:
6262
path: ci/nightly
6363

6464
- name: Generate buildsystem
65+
# TODO: Reenable IPC.
6566
run: |
6667
cd ${{ github.workspace }}
67-
cmake -B build -DCMAKE_C_COMPILER="/usr/pkg/gcc14/bin/gcc" -DCMAKE_CXX_COMPILER="/usr/pkg/gcc14/bin/g++" -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
68+
cmake -B build -DCMAKE_C_COMPILER="/usr/pkg/gcc14/bin/gcc" -DCMAKE_CXX_COMPILER="/usr/pkg/gcc14/bin/g++" -DENABLE_IPC=OFF -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
6869
6970
- name: Build
7071
uses: ./ci/nightly/.github/actions/build-with-ccache

0 commit comments

Comments
 (0)