Skip to content

Commit

Permalink
Merge pull request #3974 from asomers/no-15
Browse files Browse the repository at this point in the history
Temporarily disable CI on FreeBSD 15
  • Loading branch information
tgross35 authored Oct 15, 2024
2 parents a0df3e7 + 9b0ccb1 commit 7f2e466
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-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
Expand Down

0 comments on commit 7f2e466

Please sign in to comment.