From 12957557a602fc9cc08d280bf1bc36e57f299714 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 11 Feb 2025 05:57:54 -0800 Subject: [PATCH 1/2] Updae CI to FreeBSD 14.1. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f9b1d1266..f0c9f6108 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ task: name: stable x86_64-unknown-freebsd-14 freebsd_instance: - image_family: freebsd-14-0 + image_family: freebsd-14-1 setup_script: - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain stable -y --profile=minimal From 7e61f3c6a8cc8712e49dfbe9a1e7ff8191d5d1c4 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 11 Feb 2025 06:02:40 -0800 Subject: [PATCH 2/2] Update to 14.2 and 1.5. --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index f0c9f6108..c1c213a12 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ task: name: stable x86_64-unknown-freebsd-14 freebsd_instance: - image_family: freebsd-14-1 + image_family: freebsd-14-2 setup_script: - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain stable -y --profile=minimal @@ -15,9 +15,9 @@ task: - cargo test --workspace --features=all-apis task: - name: stable x86_64-unknown-freebsd-13 + name: stable x86_64-unknown-freebsd-15 freebsd_instance: - image_family: freebsd-13-3 + image_family: freebsd-15-0-snap setup_script: - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain stable -y --profile=minimal