Skip to content

Commit

Permalink
ci: remove OpenBSD build for now since emulate is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs committed Jul 24, 2024
1 parent abb4c58 commit 1ef02cf
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,3 @@ jobs:
run: make regress
- name: test install with DESTDIR
run: sudo make install DESTDIR=/usr/gooses; size /usr/gooses/usr/local/bin/sdorfehs

openbsd-build:
runs-on: macos-12
steps:
- name: Bootstrap OpenBSD 7.0
uses: mario-campos/emulate@v1
with:
operating-system: openbsd-7.0
- name: Build
run: |
echo "installing xbase (XXX: remove this when image is updated)"
ftp -o - https://cdn.openbsd.org/pub/OpenBSD/7.0/amd64/xbase70.tgz | tar -C / -xzpf -
echo "installing xshare (XXX: remove this when image is updated)"
ftp -o - https://cdn.openbsd.org/pub/OpenBSD/7.0/amd64/xshare70.tgz | tar -C / -xzpf -
git clone "${{ github.server_url }}/${{ github.repository }}" build
cd build
[ "${{ github.event.pull_request.number }}" = "" ] || (echo "fetching PR ${{ github.event.pull_request.number }}"; git fetch origin pull/${{ github.event.pull_request.number }}/head:pr-${{ github.event.pull_request.number }} && git checkout "pr-${{ github.event.pull_request.number }}")
echo "building"
make

0 comments on commit 1ef02cf

Please sign in to comment.