Skip to content

Commit

Permalink
Remove the Cirrus CI for FreeBSD 11, which is no longer supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Nov 7, 2022
1 parent fc186bc commit cf14ded
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .cirrus.yml
Expand Up @@ -28,17 +28,3 @@ task:
test_script:
- . $HOME/.cargo/env
- cargo test --features=fs_utf8 --workspace

task:
name: stable x86_64-unknown-freebsd-11
freebsd_instance:
image_family: freebsd-11-4
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain stable -y --profile=minimal
- . $HOME/.cargo/env
- rustup default stable
test_script:
- . $HOME/.cargo/env
- cargo test --features=fs_utf8 --workspace

0 comments on commit cf14ded

Please sign in to comment.