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 b24de6e commit a91ed7fCopy full SHA for a91ed7f
.github/workflows/omnios.yml
@@ -82,7 +82,8 @@ jobs:
82
# Workaround for a bug in the FindThreads module.
83
# See: https://gitlab.kitware.com/cmake/cmake/-/issues/26063
84
export CXXFLAGS="-pthread"
85
- cmake -B build -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
+ # 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
87
88
- name: Build
89
uses: ./ci/nightly/.github/actions/build-with-ccache
0 commit comments