Skip to content

Commit

Permalink
Temporarily disable CI on FreeBSD 15
Browse files Browse the repository at this point in the history
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 rust-lang#3967
  • Loading branch information
asomers committed Oct 15, 2024
1 parent a31cb99 commit c05718e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ 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.
# 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
Expand Down

0 comments on commit c05718e

Please sign in to comment.