File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments