mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
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:
parent
857f711e0f
commit
e4406fa55f
1 changed files with 0 additions and 15 deletions
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue