Skip to content

Commit

Permalink
Remove FreeBSD 11 from CI
Browse files Browse the repository at this point in the history
FreeBSD 11 is EOL and packages for it are no longer provided, which
causes the CI job to fail.
  • Loading branch information
Amanieu committed May 5, 2022
1 parent 42faa24 commit b38ca80
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .cirrus.yml
@@ -1,18 +1,3 @@
task:
name: stable x86_64-unknown-freebsd-11
freebsd_instance:
image: freebsd-11-4-release-amd64
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --profile=minimal
- . $HOME/.cargo/env
- rustup --version
test_script:
- . $HOME/.cargo/env
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
- sh ci/run.sh x86_64-unknown-freebsd

task:
name: nightly x86_64-unknown-freebsd-12
freebsd_instance:
Expand Down

0 comments on commit b38ca80

Please sign in to comment.