Skip to content

Commit a91ed7f

Browse files
committed
OmniOS: Temporarily disable IPC in "system libs" job
Required since bitcoin/bitcoin#31802 was merged.
1 parent b24de6e commit a91ed7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/omnios.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
# Workaround for a bug in the FindThreads module.
8383
# See: https://gitlab.kitware.com/cmake/cmake/-/issues/26063
8484
export CXXFLAGS="-pthread"
85-
cmake -B build -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
85+
# TODO: Build Cap'n Proto from source and reenable IPC.
86+
cmake -B build -DENABLE_IPC=OFF -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
8687
8788
- name: Build
8889
uses: ./ci/nightly/.github/actions/build-with-ccache

0 commit comments

Comments
 (0)