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
This commit is contained in:
Ben Noordhuis 2024-10-16 23:08:48 +02:00 committed by GitHub
parent 857f711e0f
commit e4406fa55f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -420,21 +420,6 @@ jobs:
gmake gmake
gmake stats 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: android:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: reactnativecommunity/react-native-android:v13.0 container: reactnativecommunity/react-native-android:v13.0