Skip to content

Commit add5f9b

Browse files
committed
Auto merge of #3475 - asomers:patch-1, r=JohnTitor
Stop testing on FreeBSD 12 FreeBSD 12.4 will be EoL at the end of the month. Stop testing on it. Also, update the 14.0 image to the official release.
2 parents f05d6a3 + 4e42b85 commit add5f9b

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,17 +1,3 @@
1-
task:
2-
name: nightly x86_64-unknown-freebsd-12
3-
freebsd_instance:
4-
image_family: freebsd-12-4
5-
setup_script:
6-
- pkg install -y libnghttp2 curl
7-
- curl https://sh.rustup.rs -sSf --output rustup.sh
8-
- sh rustup.sh --default-toolchain nightly -y --profile=minimal
9-
- . $HOME/.cargo/env
10-
test_script:
11-
- . $HOME/.cargo/env
12-
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
13-
- sh ci/run.sh x86_64-unknown-freebsd
14-
151
task:
162
name: nightly x86_64-unknown-freebsd-13
173
freebsd_instance:
@@ -29,7 +15,7 @@ task:
2915
task:
3016
name: nightly x86_64-unknown-freebsd-14
3117
freebsd_instance:
32-
image: freebsd-14-0-rc1-amd64
18+
image: freebsd-14-0-release-amd64-ufs
3319
setup_script:
3420
- pkg install -y libnghttp2 curl
3521
- curl https://sh.rustup.rs -sSf --output rustup.sh

0 commit comments

Comments
 (0)