Skip to content

Commit

Permalink
Disable DragonflyBSD job
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 18, 2024
1 parent dbcb133 commit 7f53a88
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,19 +258,21 @@ jobs:
/usr/sbin/pkg_add rust
run: cargo test

dragonflybsd:
name: DragonflyBSD VM Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Test in DragonflyBSD
uses: vmactions/dragonflybsd-vm@v1
with:
envs: 'RUSTFLAGS'
usesh: true
prepare: |
pkg install -y rust
run: cargo test
# This job currently fails:
# https://github.com/rust-random/getrandom/actions/runs/11405005618/job/31735653874?pr=528
# dragonflybsd:
# name: DragonflyBSD VM Test
# runs-on: ubuntu-22.04
# steps:
# - uses: actions/checkout@v4
# - name: Test in DragonflyBSD
# uses: vmactions/dragonflybsd-vm@v1
# with:
# envs: 'RUSTFLAGS'
# usesh: true
# prepare: |
# pkg install -y rust
# run: cargo test

cross-link:
name: Cross Build/Link
Expand Down

0 comments on commit 7f53a88

Please sign in to comment.