File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4848 envs : ' CCACHE_COMPILERCHECK CCACHE_DIR CCACHE_MAXSIZE'
4949 prepare : |
5050 /usr/sbin/pkg_info > packages_before
51- /usr/sbin/pkg_add cmake git-base gcc14 pkg-config ccache boost libevent sqlite3 zeromq python313 py313-zmq
51+ /usr/sbin/pkg_add cmake git-base gcc14 pkg-config ccache boost libevent sqlite3 capnproto zeromq python313 py313-zmq
5252 /usr/sbin/pkg_info > packages_after
5353 diff -w packages_before packages_after | grep '^>'
5454 run : git config --global --add safe.directory ${{ github.workspace }}
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
You can’t perform that action at this time.
0 commit comments