We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42faa24 + b38ca80 commit 5ac0884Copy full SHA for 5ac0884
.cirrus.yml
@@ -1,18 +1,3 @@
1
-task:
2
- name: stable x86_64-unknown-freebsd-11
3
- freebsd_instance:
4
- image: freebsd-11-4-release-amd64
5
- setup_script:
6
- - pkg install -y curl
7
- - curl https://sh.rustup.rs -sSf --output rustup.sh
8
- - sh rustup.sh -y --profile=minimal
9
- - . $HOME/.cargo/env
10
- - rustup --version
11
- test_script:
12
13
- - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
14
- - sh ci/run.sh x86_64-unknown-freebsd
15
-
16
task:
17
name: nightly x86_64-unknown-freebsd-12
18
freebsd_instance:
0 commit comments