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 #3967

(backport <#3974>)
(cherry picked from commit 9b0ccb1)
  • Loading branch information
asomers authored and tgross35 committed Oct 16, 2024
1 parent 9c32959 commit c185415
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ task:
- name: nightly freebsd-14
freebsd_instance:
image: freebsd-14-0-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
Expand Down

0 comments on commit c185415

Please sign in to comment.