Skip to content

Commit a9edccf

Browse files
authored
ci: disable NetBSD VM test job (#578)
The job fails after VM image update, see vmactions/netbsd-vm#14
1 parent f39e8ea commit a9edccf

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

.github/workflows/tests.yml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -193,21 +193,23 @@ jobs:
193193
pkg_add rust
194194
run: cargo test
195195

196-
netbsd:
197-
name: NetBSD VM
198-
runs-on: ubuntu-24.04
199-
steps:
200-
- uses: actions/checkout@v4
201-
- name: Test in NetBSD
202-
uses: vmactions/netbsd-vm@v1
203-
with:
204-
envs: 'RUSTFLAGS'
205-
usesh: true
206-
prepare: |
207-
/usr/sbin/pkg_add rust
208-
run: |
209-
cargo test
210-
RUSTFLAGS="--cfg getrandom_test_netbsd_fallback -D warnings" cargo test
196+
# Rust installation currently fails:
197+
# https://github.com/rust-random/getrandom/actions/runs/12590976993/job/35093395247
198+
# netbsd:
199+
# name: NetBSD VM
200+
# runs-on: ubuntu-24.04
201+
# steps:
202+
# - uses: actions/checkout@v4
203+
# - name: Test in NetBSD
204+
# uses: vmactions/netbsd-vm@v1
205+
# with:
206+
# envs: 'RUSTFLAGS'
207+
# usesh: true
208+
# prepare: |
209+
# /usr/sbin/pkg_add rust
210+
# run: |
211+
# cargo test
212+
# RUSTFLAGS="--cfg getrandom_test_netbsd_fallback -D warnings" cargo test
211213

212214
# This job currently fails:
213215
# https://github.com/rust-random/getrandom/actions/runs/11405005618/job/31735653874?pr=528

0 commit comments

Comments
 (0)