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 rust-lang#3967
  • Loading branch information
asomers committed Oct 17, 2024
1 parent 98edf94 commit 86d3d1e
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-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
Expand Down

0 comments on commit 86d3d1e

Please sign in to comment.