Skip to content

Commit eff129c

Browse files
authored
ci: remove DragonFly BSD VM job (#648)
1 parent d2e34c5 commit eff129c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -223,22 +223,6 @@ jobs:
223223
cargo test
224224
RUSTFLAGS="--cfg getrandom_test_netbsd_fallback -D warnings" cargo test
225225
226-
# This job currently fails:
227-
# https://github.com/rust-random/getrandom/actions/runs/11405005618/job/31735653874?pr=528
228-
# dragonflybsd:
229-
# name: DragonflyBSD VM
230-
# runs-on: ubuntu-24.04
231-
# steps:
232-
# - uses: actions/checkout@v4
233-
# - name: Test in DragonflyBSD
234-
# uses: vmactions/dragonflybsd-vm@v1
235-
# with:
236-
# envs: 'RUSTFLAGS'
237-
# usesh: true
238-
# prepare: |
239-
# pkg install -y rust
240-
# run: cargo test
241-
242226
web:
243227
name: ${{ matrix.rust.description }}
244228
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)