forked from rust-lang/socket2
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the FreeBSD setup from the CI
It keeps failing to create the VM properly.
- Loading branch information
1 parent
89febd2
commit 14a8c43
Showing
1 changed file
with
0 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,26 +94,6 @@ jobs: | |
- name: Run check | ||
run: cargo hack check --feature-powerset --all-targets --examples --bins --tests --target ${{ matrix.target }} | ||
|
||
Test_FreeBSD: | ||
name: Test | ||
runs-on: macos-latest | ||
strategy: | ||
matrix: | ||
target: ["x86_64-unknown-freebsd"] | ||
steps: | ||
- uses: actions/checkout@master | ||
- name: Run check | ||
uses: vmactions/[email protected] | ||
with: | ||
prepare: | | ||
pkg install -y curl | ||
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal | ||
run: | | ||
set path=($HOME/.cargo/bin $path) | ||
cargo install cargo-hack | ||
cargo hack test --feature-powerset --target ${{ matrix.target }} | ||
cargo hack test --feature-powerset --release --target ${{ matrix.target }} | ||
Publish_docs: | ||
name: Publish Documentation | ||
runs-on: ubuntu-latest | ||
|