Skip to content

Commit f68f68c

Browse files
authored
Merge pull request #3988 from asomers/15-again
Reenable CI on FreeBSD 15
2 parents 98edf94 + 86d3d1e commit f68f68c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.cirrus.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ task:
77
- name: nightly freebsd-14
88
freebsd_instance:
99
image: freebsd-14-1-release-amd64-ufs
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
10+
- name: nightly freebsd-15
11+
freebsd_instance:
12+
image_family: freebsd-15-0-snap
1713
setup_script:
1814
- pkg install -y libnghttp2 curl
1915
- curl https://sh.rustup.rs -sSf --output rustup.sh

0 commit comments

Comments
 (0)