Skip to content

Commit 1689b94

Browse files
committed
Auto merge of #3096 - JohnTitor:freebsd-14-0-release, r=JohnTitor
Upgrade FreeBSD 14 image Signed-off-by: Yuki Okushi <[email protected]>
2 parents 4d072b0 + 58d258f commit 1689b94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.cirrus.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
task:
22
name: nightly x86_64-unknown-freebsd-12
33
freebsd_instance:
4-
image: freebsd-12-4-release-amd64
4+
image_family: freebsd-12-4
55
setup_script:
66
- pkg install -y curl
77
- curl https://sh.rustup.rs -sSf --output rustup.sh
@@ -15,7 +15,7 @@ task:
1515
task:
1616
name: nightly x86_64-unknown-freebsd-13
1717
freebsd_instance:
18-
image: freebsd-13-1-release-amd64
18+
image_family: freebsd-13-1
1919
setup_script:
2020
- pkg install -y curl
2121
- curl https://sh.rustup.rs -sSf --output rustup.sh
@@ -29,9 +29,9 @@ task:
2929
task:
3030
name: nightly x86_64-unknown-freebsd-14
3131
freebsd_instance:
32-
image: freebsd-14-0-current-amd64-v20230114
32+
image_family: freebsd-14-0-snap
3333
setup_script:
34-
- pkg install -y curl
34+
- pkg install -y libnghttp2 curl
3535
- curl https://sh.rustup.rs -sSf --output rustup.sh
3636
- sh rustup.sh -y --default-toolchain nightly --profile=minimal
3737
- . $HOME/.cargo/env

0 commit comments

Comments
 (0)