Skip to content

Commit e4406fa

Browse files
authored
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: #600
1 parent 857f711 commit e4406fa

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -420,21 +420,6 @@ jobs:
420420
gmake
421421
gmake stats
422422
423-
netbsd:
424-
runs-on: ubuntu-latest
425-
steps:
426-
- uses: actions/checkout@v4
427-
- name: build + test
428-
uses: vmactions/netbsd-vm@v1
429-
with:
430-
usesh: true
431-
prepare: |
432-
/usr/sbin/pkg_add cmake gmake
433-
run: |
434-
gmake
435-
gmake stats
436-
gmake test
437-
438423
android:
439424
runs-on: ubuntu-latest
440425
container: reactnativecommunity/react-native-android:v13.0

0 commit comments

Comments
 (0)