We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f53f00 commit cc1420bCopy full SHA for cc1420b
.github/workflows/netbsd.yml
@@ -62,9 +62,10 @@ jobs:
62
path: ci/nightly
63
64
- name: Generate buildsystem
65
+ # TODO: Reenable IPC.
66
run: |
67
cd ${{ github.workspace }}
- 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
69
70
- name: Build
71
uses: ./ci/nightly/.github/actions/build-with-ccache
0 commit comments