Skip to content

Commit b38ca80

Browse files
committed
Remove FreeBSD 11 from CI
FreeBSD 11 is EOL and packages for it are no longer provided, which causes the CI job to fail.
1 parent 42faa24 commit b38ca80

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.cirrus.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
task:
2-
name: stable x86_64-unknown-freebsd-11
3-
freebsd_instance:
4-
image: freebsd-11-4-release-amd64
5-
setup_script:
6-
- pkg install -y curl
7-
- curl https://sh.rustup.rs -sSf --output rustup.sh
8-
- sh rustup.sh -y --profile=minimal
9-
- . $HOME/.cargo/env
10-
- rustup --version
11-
test_script:
12-
- . $HOME/.cargo/env
13-
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
14-
- sh ci/run.sh x86_64-unknown-freebsd
15-
161
task:
172
name: nightly x86_64-unknown-freebsd-12
183
freebsd_instance:

0 commit comments

Comments
 (0)