summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2023-01-31 01:02:12 +0900
committerYuki Okushi <jtitor@2k36.org>2023-01-31 01:28:50 +0900
commit58d258f32710312b28cab57f27b93cda3ba15a9a (patch)
tree68f472046390e7ce1e9e6c4076bcf88d0c848ec1 /.cirrus.yml
parent4d072b049d38e651dd037b1b9acfaa090e68ca33 (diff)
downloadrust-libc-58d258f32710312b28cab57f27b93cda3ba15a9a.tar.gz
Upgrade FreeBSD 14 image
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to '.cirrus.yml')
-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