Skip to content

Commit

Permalink
ci: disable NetBSD VM test job (#578)
Browse files Browse the repository at this point in the history
The job fails after VM image update, see
vmactions/netbsd-vm#14
  • Loading branch information
newpavlov authored Jan 3, 2025
1 parent f39e8ea commit a9edccf
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,21 +193,23 @@ jobs:
pkg_add rust
run: cargo test

netbsd:
name: NetBSD VM
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Test in NetBSD
uses: vmactions/netbsd-vm@v1
with:
envs: 'RUSTFLAGS'
usesh: true
prepare: |
/usr/sbin/pkg_add rust
run: |
cargo test
RUSTFLAGS="--cfg getrandom_test_netbsd_fallback -D warnings" cargo test
# Rust installation currently fails:
# https://github.com/rust-random/getrandom/actions/runs/12590976993/job/35093395247
# netbsd:
# name: NetBSD VM
# runs-on: ubuntu-24.04
# steps:
# - uses: actions/checkout@v4
# - name: Test in NetBSD
# uses: vmactions/netbsd-vm@v1
# with:
# envs: 'RUSTFLAGS'
# usesh: true
# prepare: |
# /usr/sbin/pkg_add rust
# run: |
# cargo test
# RUSTFLAGS="--cfg getrandom_test_netbsd_fallback -D warnings" cargo test

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

0 comments on commit a9edccf

Please sign in to comment.