Skip to content

Commit

Permalink
👷 Enable ci target DragonflyBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Dec 18, 2024
1 parent 3c680eb commit 2b545ba
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,28 +107,28 @@ jobs:
cargo install -f cargo-hack --locked
cargo hack test --locked --release --feature-powerset --exclude-features wasm
# DragonflyBSD-test:
# runs-on: ubuntu-latest
# name: Test on DragonflyBSD
# steps:
# - uses: actions/checkout@v4
# - name: Test in DragonflyBSD
# id: test
# uses: vmactions/dragonflybsd-vm@v1.0.9
# with:
# envs: "RUST_BACKTRACE"
# usesh: true
# prepare: |
# pkg install -y curl cmake libnghttp2
# pkg install -y rust
# run: |
# set -e
# export LC_ALL=C LANG=C
# uname -a
# chown -R $(whoami):$(id -gn) ./
# chmod -R a+rw ./
# cargo install -f cargo-hack --locked
# cargo hack test --locked --release --feature-powerset --exclude-features wasm
DragonflyBSD-test:
runs-on: ubuntu-latest
name: Test on DragonflyBSD
steps:
- uses: actions/checkout@v4
- name: Test in DragonflyBSD
id: test
uses: vmactions/dragonflybsd-vm@v1.0.9
with:
envs: "RUST_BACKTRACE"
usesh: true
prepare: |
pkg install -y curl cmake libnghttp2
pkg install -y rust
run: |
set -e
export LC_ALL=C LANG=C
uname -a
chown -R $(whoami):$(id -gn) ./
chmod -R a+rw ./
cargo install -f cargo-hack --locked
cargo hack test --locked --release --feature-powerset --exclude-features wasm
OmniOS-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b545ba

Please sign in to comment.