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 46
46
uses : vmactions/openbsd-vm@v1
47
47
with :
48
48
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
50
53
run : git config --global --add safe.directory ${{ github.workspace }}
51
54
sync : ' rsync'
52
55
copyback : false
60
63
- name : Generate buildsystem
61
64
run : |
62
65
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
64
67
65
68
- name : Build
66
69
uses : ./ci/nightly/.github/actions/build-with-ccache
You can’t perform that action at this time.
0 commit comments