Skip to content

Commit cc1420b

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/netbsd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)