Skip to content

Commit c185415

Browse files
asomerstgross35
authored andcommitted
Temporarily disable CI on FreeBSD 15
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)
1 parent 9c32959 commit c185415

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.cirrus.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ task:
77
- name: nightly freebsd-14
88
freebsd_instance:
99
image: freebsd-14-0-release-amd64-ufs
10-
- name: nightly freebsd-15
11-
freebsd_instance:
12-
image_family: freebsd-15-0-snap
10+
# Temporarily disable CI on FreeBSD 15.0-CURRENT until the libmd solib
11+
# fallout is cleaned up.
12+
# FIXME https://github.com/rust-lang/libc/issues/3967
13+
# https://github.com/rust-lang/libc/issues/3967
14+
#- name: nightly freebsd-15
15+
# freebsd_instance:
16+
# image_family: freebsd-15-0-snap
1317
setup_script:
1418
- pkg install -y libnghttp2 curl
1519
- curl https://sh.rustup.rs -sSf --output rustup.sh

0 commit comments

Comments
 (0)