Skip to content

Commit 109d840

Browse files
committed
DO NOT MERGE try to find a working FreeBSD 15 image on GCE
The latest FreeBSD 15 GCE image has a problem that prevents it from working with Cirrus CI. As a result, libc's CI is broken. Try the latest 3 images to see if any work. Issue #3967
1 parent a31cb99 commit 109d840

File tree

2 files changed

+12
-226
lines changed

2 files changed

+12
-226
lines changed

.cirrus.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
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
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
10+
- name: nightly freebsd-15 20240926
511
freebsd_instance:
6-
image_family: freebsd-13-3
7-
- name: nightly freebsd-14
12+
image: freebsd-15-0-current-amd64-ufs-20240926
13+
- name: nightly freebsd-15 20241003
814
freebsd_instance:
9-
image: freebsd-14-1-release-amd64-ufs
10-
- name: nightly freebsd-15
15+
image: freebsd-15-0-current-amd64-ufs-20241003
16+
- name: nightly freebsd-15 20241010
1117
freebsd_instance:
12-
image_family: freebsd-15-0-snap
18+
image: freebsd-15-0-current-amd64-ufs-20241010
1319
setup_script:
1420
- pkg install -y libnghttp2 curl
1521
- 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)