Skip to content

Commit c05718e

Browse files
committed
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
1 parent a31cb99 commit c05718e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.cirrus.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ task:
77
- name: nightly freebsd-14
88
freebsd_instance:
99
image: freebsd-14-1-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+
# https://github.com/rust-lang/libc/issues/3967
13+
#- name: nightly freebsd-15
14+
# freebsd_instance:
15+
# image_family: freebsd-15-0-snap
1316
setup_script:
1417
- pkg install -y libnghttp2 curl
1518
- curl https://sh.rustup.rs -sSf --output rustup.sh

0 commit comments

Comments
 (0)