forked from rust-lang/libc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cirrus.yml
24 lines (24 loc) · 933 Bytes
/
.cirrus.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
task:
only_if: $CIRRUS_BRANCH == 'main' || $CIRRUS_BASE_BRANCH == 'libc-0.2' || $CIRRUS_BASE_BRANCH == 'main'
matrix:
- name: nightly freebsd-13
freebsd_instance:
image_family: freebsd-13-3
- name: nightly freebsd-14
freebsd_instance:
image: freebsd-14-1-release-amd64-ufs
# 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
# https://github.com/rust-lang/libc/issues/3967
#- name: nightly freebsd-15
# freebsd_instance:
# image_family: freebsd-15-0-snap
setup_script:
- pkg install -y libnghttp2 curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --default-toolchain nightly --profile=minimal
test_script:
- . $HOME/.cargo/env
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
- sh ci/run.sh x86_64-unknown-freebsd