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 48
48
envs : ' CCACHE_COMPILERCHECK CCACHE_DIR CCACHE_MAXSIZE'
49
49
prepare : |
50
50
/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
52
52
/usr/sbin/pkg_info > packages_after
53
53
diff -w packages_before packages_after | grep '^>'
54
54
run : git config --global --add safe.directory ${{ github.workspace }}
62
62
path : ci/nightly
63
63
64
64
- name : Generate buildsystem
65
+ # TODO: Reenable IPC.
65
66
run : |
66
67
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
68
69
69
70
- name : Build
70
71
uses : ./ci/nightly/.github/actions/build-with-ccache
You can’t perform that action at this time.
0 commit comments