From 1ef02cffa08febab6194fb3a521e7558f9d20d50 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Wed, 24 Jul 2024 09:47:25 -0500 Subject: [PATCH] ci: remove OpenBSD build for now since emulate is broken --- .github/workflows/ci.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f891594..26cdb0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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