From 9b0ccb1014d847270be7721a059bc34d6e32161e Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 15 Oct 2024 12:35:21 -0600 Subject: [PATCH] Temporarily disable CI on FreeBSD 15 FreeBSD 15 is the unstable development release. Currently its GCE images available to Cirrus CI don't work because the solib version of libmd was just bumped, and the package builders haven't yet caught up. Issue #3967 --- .cirrus.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index bd9100b9b0eb4..d8fed558df6aa 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,9 +7,13 @@ task: - name: nightly freebsd-14 freebsd_instance: image: freebsd-14-1-release-amd64-ufs - - name: nightly freebsd-15 - freebsd_instance: - image_family: freebsd-15-0-snap + # 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 setup_script: - pkg install -y libnghttp2 curl - curl https://sh.rustup.rs -sSf --output rustup.sh