From 86d3d1e400bb796949572572f72612cb8190afde Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 17 Oct 2024 13:58:52 -0600 Subject: [PATCH] Reenable CI on FreeBSD 15 The freebsd-15-0-current-amd64-ufs-20241017 GCE image fixes the libmd.so problem, and once again works with Cirrus CI. Fixes #3967 --- .cirrus.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d8fed558df6aa..8d3c647d58ece 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,13 +7,9 @@ task: - name: nightly freebsd-14 freebsd_instance: image: freebsd-14-1-release-amd64-ufs - # Temporarily disable CI on FreeBSD 15.0-CURRENT until the libmd solib - # fallout is cleaned up. - # FIXME https://github.com/rust-lang/libc/issues/3967 - # https://github.com/rust-lang/libc/issues/3967 - #- name: nightly freebsd-15 - # freebsd_instance: - # image_family: freebsd-15-0-snap + - name: nightly freebsd-15 + freebsd_instance: + image_family: freebsd-15-0-snap setup_script: - pkg install -y libnghttp2 curl - curl https://sh.rustup.rs -sSf --output rustup.sh