From 936aec38728eae6ea9c4865ca7663d0cc495347f Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 14 Feb 2025 16:16:06 +0000 Subject: [PATCH 1/2] Update CI to FreeBSD 13.4 The 13.3 image is no longer provided by Google Cloud. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 650a154dba..53fdf87100 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ task: name: x86_64-unknown-freebsd freebsd_instance: - image_family: freebsd-13-3 + image_family: freebsd-13-4 setup_script: - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain nightly -y From ca5d3f0cb5630045e7e6faa6fcac0b4cdf6a3944 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 14 Feb 2025 16:18:06 +0000 Subject: [PATCH 2/2] Remove target_feature_11 feature which is now stable --- crates/core_arch/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/core_arch/src/lib.rs b/crates/core_arch/src/lib.rs index 8d058206d7..aba8095693 100644 --- a/crates/core_arch/src/lib.rs +++ b/crates/core_arch/src/lib.rs @@ -33,7 +33,6 @@ rtm_target_feature, allow_internal_unstable, decl_macro, - target_feature_11, generic_arg_infer, asm_experimental_arch, sha512_sm_x86,