Skip to content

Commit bd94d56

Browse files
committed
Avoid netbsd for now
1 parent 6a47014 commit bd94d56

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,23 +100,6 @@ jobs:
100100
rustup target add x86_64-unknown-illumos
101101
cargo build --target x86_64-unknown-illumos
102102
103-
netbsd:
104-
runs-on: macos-12
105-
steps:
106-
- uses: actions/checkout@v3
107-
- name: Test NetBSD
108-
id: test
109-
uses: vmactions/netbsd-vm@v0
110-
with:
111-
envs: CARGO_INCREMENTAL CARGO_NET_GIT_FETCH_WITH_CLI CARGO_NET_RETRY RUST_BACKTRACE RUSTFLAGS RUSTDOCFLAGS RUSTUP_MAX_RETRIES
112-
usesh: true
113-
prepare: |
114-
pkg_add curl git
115-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable
116-
run: |
117-
. $HOME/.cargo/env
118-
cargo test
119-
120103
openbsd:
121104
runs-on: macos-12
122105
steps:

0 commit comments

Comments
 (0)