Skip to content

Commit

Permalink
Auto merge of #2779 - Amanieu:remove_freebsd11, r=Amanieu
Browse files Browse the repository at this point in the history
Remove FreeBSD 11 from CI

FreeBSD 11 is EOL and packages for it are no longer provided, which causes the CI job to fail.

cc `@asomers`
  • Loading branch information
bors committed May 5, 2022
2 parents 42faa24 + b38ca80 commit 5ac0884
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 5ac0884

Please sign in to comment.