Skip to content

Commit

Permalink
Revert ":construction_worker: Disable solaris-test, OpenBSD-test
Browse files Browse the repository at this point in the history
…and `DragonflyBSD-test`"

This reverts commit fa954f8.
  • Loading branch information
ChanTsune committed Nov 18, 2024
1 parent a942142 commit 89253f4
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions .github/workflows/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@ env:
RUST_BACKTRACE: 1

jobs:
# solaris-test:
# runs-on: ubuntu-latest
# name: Test on Solaris
# steps:
# - uses: actions/checkout@v4
# - name: Test in Solaris
# id: test
# uses: vmactions/[email protected]
# with:
# envs: "RUST_BACKTRACE"
# usesh: true
# prepare: |
# pkg install bash libtool automake gnu-m4 tree wget gcc autoconf //solaris/text/gawk pkg://solaris/text/gnu-diffutils pkg://solaris/text/gnu-grep pkg://solaris/text/gnu-sed cmake
# pkg install pkg:/developer/rust/cargo
# 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
solaris-test:
runs-on: ubuntu-latest
name: Test on Solaris
steps:
- uses: actions/checkout@v4
- name: Test in Solaris
id: test
uses: vmactions/[email protected]
with:
envs: "RUST_BACKTRACE"
usesh: true
prepare: |
pkg install bash libtool automake gnu-m4 tree wget gcc autoconf //solaris/text/gawk pkg://solaris/text/gnu-diffutils pkg://solaris/text/gnu-grep pkg://solaris/text/gnu-sed cmake
pkg install pkg:/developer/rust/cargo
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
NetBSD-test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -105,28 +105,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/[email protected]
# with:
# envs: "RUST_BACKTRACE"
# usesh: true
# prepare: |
# pkg install -y curl cmake
# 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/[email protected]
with:
envs: "RUST_BACKTRACE"
usesh: true
prepare: |
pkg install -y curl cmake
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 89253f4

Please sign in to comment.