We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f05d6a3 + 4e42b85 commit add5f9bCopy full SHA for add5f9b
.cirrus.yml
@@ -1,17 +1,3 @@
1
-task:
2
- name: nightly x86_64-unknown-freebsd-12
3
- freebsd_instance:
4
- image_family: freebsd-12-4
5
- setup_script:
6
- - pkg install -y libnghttp2 curl
7
- - curl https://sh.rustup.rs -sSf --output rustup.sh
8
- - sh rustup.sh --default-toolchain nightly -y --profile=minimal
9
- - . $HOME/.cargo/env
10
- test_script:
11
12
- - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
13
- - sh ci/run.sh x86_64-unknown-freebsd
14
-
15
task:
16
name: nightly x86_64-unknown-freebsd-13
17
freebsd_instance:
@@ -29,7 +15,7 @@ task:
29
30
name: nightly x86_64-unknown-freebsd-14
31
32
- image: freebsd-14-0-rc1-amd64
18
+ image: freebsd-14-0-release-amd64-ufs
33
19
setup_script:
34
20
- pkg install -y libnghttp2 curl
35
21
- curl https://sh.rustup.rs -sSf --output rustup.sh
0 commit comments