Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE try to find a working FreeBSD 15 image on GCE #3971

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 21 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
task:
only_if: $CIRRUS_BRANCH == 'main' || $CIRRUS_BASE_BRANCH == 'libc-0.2' || $CIRRUS_BASE_BRANCH == 'main'
matrix:
- name: nightly freebsd-13
#- name: nightly freebsd-13
#freebsd_instance:
#image_family: freebsd-13-3
#- name: nightly freebsd-14
#freebsd_instance:
#image: freebsd-14-1-release-amd64-ufs
- name: nightly freebsd-15 20240905
freebsd_instance:
image_family: freebsd-13-3
- name: nightly freebsd-14
image: freebsd-15-0-current-amd64-ufs-20240905
- name: nightly freebsd-15 20240912
freebsd_instance:
image: freebsd-14-1-release-amd64-ufs
- name: nightly freebsd-15
image: freebsd-15-0-current-amd64-ufs-20240912
- name: nightly freebsd-15 20240919
freebsd_instance:
image_family: freebsd-15-0-snap
image: freebsd-15-0-current-amd64-ufs-20240919
- name: nightly freebsd-15 20240926
freebsd_instance:
image: freebsd-15-0-current-amd64-ufs-20240926
- name: nightly freebsd-15 20241003
freebsd_instance:
image: freebsd-15-0-current-amd64-ufs-20241003
- name: nightly freebsd-15 20241010
freebsd_instance:
image: freebsd-15-0-current-amd64-ufs-20241010
setup_script:
- pkg install -y libnghttp2 curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
Expand Down
220 changes: 0 additions & 220 deletions .github/workflows/full_ci.yml

This file was deleted.