Skip to content

Commit 0371b68

Browse files
committed
Discontinue CI on FreeBSD 11
FreeBSD 11.4 will be EoL on 30-Sept
1 parent a50d9e8 commit 0371b68

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.cirrus.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
task:
22
name: stable x86_64-unknown-freebsd-11
33
freebsd_instance:
4-
image: freebsd-11-4-release-amd64
4+
image: freebsd-12-2-release-amd64
55
setup_script:
66
- pkg install -y curl
77
- curl https://sh.rustup.rs -sSf --output rustup.sh
@@ -13,20 +13,6 @@ task:
1313
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
1414
- sh ci/run.sh x86_64-unknown-freebsd
1515

16-
task:
17-
name: nightly x86_64-unknown-freebsd-12
18-
freebsd_instance:
19-
image: freebsd-12-2-release-amd64
20-
setup_script:
21-
- pkg install -y curl
22-
- curl https://sh.rustup.rs -sSf --output rustup.sh
23-
- sh rustup.sh --default-toolchain nightly -y --profile=minimal
24-
- . $HOME/.cargo/env
25-
test_script:
26-
- . $HOME/.cargo/env
27-
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
28-
- sh ci/run.sh x86_64-unknown-freebsd
29-
3016
task:
3117
name: nightly x86_64-unknown-freebsd-13
3218
freebsd_instance:

0 commit comments

Comments
 (0)