From e4406fa55f73bb4616a62e60564b33a80251391c Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 16 Oct 2024 23:08:48 +0200 Subject: [PATCH] Remove NetBSD CI buildbot (#603) It's been super flaky due to GHA changes or the vmactions/netbsd-vm@v1 action it depends on, and I'm not invested enough to investigate. If someone is motivated enough to fix it up, we can bring it back. Fixes: https://github.com/quickjs-ng/quickjs/issues/600 --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f24fe35..d6ea6b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -420,21 +420,6 @@ jobs: gmake gmake stats - netbsd: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: build + test - uses: vmactions/netbsd-vm@v1 - with: - usesh: true - prepare: | - /usr/sbin/pkg_add cmake gmake - run: | - gmake - gmake stats - gmake test - android: runs-on: ubuntu-latest container: reactnativecommunity/react-native-android:v13.0