Skip to content

Commit ff81a4a

Browse files
committed
NetBSD: Temporarily disable IPC in "system libs" job
See: bitcoin-core/libmultiprocess#196.
1 parent 0f53f00 commit ff81a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/netbsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Generate buildsystem
6565
run: |
6666
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
67+
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
6868
6969
- name: Build
7070
uses: ./ci/nightly/.github/actions/build-with-ccache

0 commit comments

Comments
 (0)