Skip to content

Commit e8253f9

Browse files
committed
Avoid netbsd for now
1 parent 7c070e2 commit e8253f9

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
@@ -104,23 +104,6 @@ jobs:
104104
rustup target add x86_64-unknown-illumos
105105
cargo build --target x86_64-unknown-illumos
106106
107-
netbsd:
108-
runs-on: macos-12
109-
steps:
110-
- uses: actions/checkout@v3
111-
- name: Test NetBSD
112-
id: test
113-
uses: vmactions/netbsd-vm@v0
114-
with:
115-
envs: CARGO_INCREMENTAL CARGO_NET_GIT_FETCH_WITH_CLI CARGO_NET_RETRY RUST_BACKTRACE RUSTFLAGS RUSTDOCFLAGS RUSTUP_MAX_RETRIES
116-
usesh: true
117-
prepare: |
118-
pkg_add curl git
119-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable
120-
run: |
121-
. $HOME/.cargo/env
122-
cargo test
123-
124107
openbsd:
125108
runs-on: macos-12
126109
steps:

0 commit comments

Comments
 (0)