We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0df3e7 + 9b0ccb1 commit 7f2e466Copy full SHA for 7f2e466
.cirrus.yml
@@ -7,9 +7,13 @@ task:
7
- name: nightly freebsd-14
8
freebsd_instance:
9
image: freebsd-14-1-release-amd64-ufs
10
- - name: nightly freebsd-15
11
- freebsd_instance:
12
- image_family: freebsd-15-0-snap
+ # Temporarily disable CI on FreeBSD 15.0-CURRENT until the libmd solib
+ # fallout is cleaned up.
+ # 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
17
setup_script:
18
- pkg install -y libnghttp2 curl
19
- curl https://sh.rustup.rs -sSf --output rustup.sh
0 commit comments