Skip to content

Commit 585decc

Browse files
committed
Merge #236: ci: Install binary package capnproto on OpenBSD instead of building it
1ee9093 ci: Install binary package `capnproto` on OpenBSD instead of building it (Hennadii Stepanov) Pull request description: OpenBSD 7.8 now provides a binary package for [`capnproto`](https://www.ports.to/path/devel/capnproto.html). ACKs for top commit: maflcko: lgtm ACK 1ee9093 Sjors: utACK 1ee9093 ryanofsky: Code review ACK 1ee9093. Nice simplification! Tree-SHA512: 170eb2dacdf889a06d0df1929ff8db28ef95bc53611d1a4482c69f3724ffeddb69bca8cc7dbbdf338df6bf235b4660a0e148bb441de6e7fb486103b990c5741b
2 parents 470fc51 + 1ee9093 commit 585decc

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,10 @@ jobs:
1818
uses: vmactions/openbsd-vm@v1
1919
with:
2020
prepare: |
21-
pkg_add -v cmake ninja git bash
22-
run: |
23-
git clone --depth=1 https://codeberg.org/OpenBSD/ports.git /usr/ports
21+
pkg_add -v cmake ninja bash capnproto
2422
sync: 'rsync'
2523
copyback: false
2624

27-
- name: Install capnproto
28-
run: |
29-
cd /usr/ports/devel/capnproto/
30-
make install
31-
3225
- name: Run CI script
3326
run: |
3427
cd ${{ github.workspace }}

0 commit comments

Comments
 (0)