Skip to content

Commit

Permalink
Reenable CI on FreeBSD 15
Browse files Browse the repository at this point in the history
The freebsd-15-0-current-amd64-ufs-20241017 GCE image fixes the libmd.so
problem, and once again works with Cirrus CI.

Fixes #3967

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

0 comments on commit bfe3f0f

Please sign in to comment.