From a91ed7fd39a23c65dcc4d4d91ba4e12ac193b43e Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 24 Aug 2025 08:55:20 +0100 Subject: [PATCH] OmniOS: Temporarily disable IPC in "system libs" job Required since bitcoin/bitcoin#31802 was merged. --- .github/workflows/omnios.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/omnios.yml b/.github/workflows/omnios.yml index 9106af2..13f9eb9 100644 --- a/.github/workflows/omnios.yml +++ b/.github/workflows/omnios.yml @@ -82,7 +82,8 @@ jobs: # Workaround for a bug in the FindThreads module. # See: https://gitlab.kitware.com/cmake/cmake/-/issues/26063 export CXXFLAGS="-pthread" - cmake -B build -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON + # TODO: Build Cap'n Proto from source and reenable IPC. + cmake -B build -DENABLE_IPC=OFF -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON - name: Build uses: ./ci/nightly/.github/actions/build-with-ccache