Skip to content

Commit 9b0ccb1

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 rust-lang#3967
1 parent a31cb99 commit 9b0ccb1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.cirrus.yml

+7-3
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-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+
# 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)