Skip to content

Commit 7f2e466

Browse files
authored
Merge pull request #3974 from asomers/no-15
Temporarily disable CI on FreeBSD 15
2 parents a0df3e7 + 9b0ccb1 commit 7f2e466

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-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)