Skip to content

Commit 09f8399

Browse files
committed
DO NOT MERGE try CI on the newest FreeBSD 15 GCE image
A new image has just been published. Issue rust-lang#3967
1 parent 98edf94 commit 09f8399

File tree

2 files changed

+9
-229
lines changed

2 files changed

+9
-229
lines changed

.cirrus.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
task:
22
only_if: $CIRRUS_BRANCH == 'main' || $CIRRUS_BASE_BRANCH == 'libc-0.2' || $CIRRUS_BASE_BRANCH == 'main'
33
matrix:
4-
- name: nightly freebsd-13
5-
freebsd_instance:
6-
image_family: freebsd-13-3
7-
- name: nightly freebsd-14
8-
freebsd_instance:
9-
image: freebsd-14-1-release-amd64-ufs
4+
#- name: nightly freebsd-13
5+
#freebsd_instance:
6+
#image_family: freebsd-13-3
7+
#- name: nightly freebsd-14
8+
#freebsd_instance:
9+
#image: freebsd-14-1-release-amd64-ufs
1010
# Temporarily disable CI on FreeBSD 15.0-CURRENT until the libmd solib
1111
# fallout is cleaned up.
1212
# FIXME https://github.com/rust-lang/libc/issues/3967
1313
# https://github.com/rust-lang/libc/issues/3967
14-
#- name: nightly freebsd-15
15-
# freebsd_instance:
16-
# image_family: freebsd-15-0-snap
14+
- name: nightly freebsd-15
15+
freebsd_instance:
16+
image_family: freebsd-15-0-snap
1717
setup_script:
1818
- pkg install -y libnghttp2 curl
1919
- curl https://sh.rustup.rs -sSf --output rustup.sh

.github/workflows/full_ci.yml

Lines changed: 0 additions & 220 deletions
This file was deleted.

0 commit comments

Comments
 (0)