File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4646 uses : vmactions/openbsd-vm@v1
4747 with :
4848 envs : ' CCACHE_COMPILERCHECK CCACHE_DIR CCACHE_MAXSIZE'
49- prepare : pkg_add -v cmake git ccache boost libevent sqlite3 zeromq python py3-zmq
49+ prepare : |
50+ pkg_add -v cmake ninja git ccache boost libevent sqlite3 zeromq python py3-zmq
51+ git clone --depth=1 https://codeberg.org/OpenBSD/ports.git /usr/ports
52+ make -C /usr/ports/devel/capnproto/ install
5053 run : git config --global --add safe.directory ${{ github.workspace }}
5154 sync : ' rsync'
5255 copyback : false
6063 - name : Generate buildsystem
6164 run : |
6265 cd ${{ github.workspace }}
63- cmake -B build -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
66+ cmake -B build -DCMAKE_GENERATOR="Ninja" - DWITH_ZMQ=ON -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
6467
6568 - name : Build
6669 uses : ./ci/nightly/.github/actions/build-with-ccache
You can’t perform that action at this time.
0 commit comments