summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-01-30 16:35:09 +0000
committerbors <bors@rust-lang.org>2023-01-30 16:35:09 +0000
commit1689b942c3442bab5c3468d3323c3d817d6470a2 (patch)
tree68f472046390e7ce1e9e6c4076bcf88d0c848ec1
parent4d072b049d38e651dd037b1b9acfaa090e68ca33 (diff)
parent58d258f32710312b28cab57f27b93cda3ba15a9a (diff)
downloadrust-libc-1689b942c3442bab5c3468d3323c3d817d6470a2.tar.gz
Auto merge of #3096 - JohnTitor:freebsd-14-0-release, r=JohnTitor
Upgrade FreeBSD 14 image Signed-off-by: Yuki Okushi <jtitor@2k36.org>
-rw-r--r--.cirrus.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index d2102f1fa1..fb152bab0f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,7 +1,7 @@
task:
name: nightly x86_64-unknown-freebsd-12
freebsd_instance:
- image: freebsd-12-4-release-amd64
+ image_family: freebsd-12-4
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
@@ -15,7 +15,7 @@ task:
task:
name: nightly x86_64-unknown-freebsd-13
freebsd_instance:
- image: freebsd-13-1-release-amd64
+ image_family: freebsd-13-1
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
@@ -29,9 +29,9 @@ task:
task:
name: nightly x86_64-unknown-freebsd-14
freebsd_instance:
- image: freebsd-14-0-current-amd64-v20230114
+ image_family: freebsd-14-0-snap
setup_script:
- - pkg install -y curl
+ - pkg install -y libnghttp2 curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --default-toolchain nightly --profile=minimal
- . $HOME/.cargo/env