From 2b545bad732e5e976d365a50f8286ce3a94dc9a3 Mon Sep 17 00:00:00 2001 From: ChanTsune <41658782+ChanTsune@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:58:17 +0900 Subject: [PATCH] :construction_worker: Enable ci target DragonflyBSD --- .github/workflows/vm.yml | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml index 53564794..f3927359 100644 --- a/.github/workflows/vm.yml +++ b/.github/workflows/vm.yml @@ -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