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.
1 parent a8d7606 commit 1f3e2abCopy full SHA for 1f3e2ab
.cirrus.yml
@@ -40,3 +40,17 @@ task:
40
- . $HOME/.cargo/env
41
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
42
- sh ci/run.sh x86_64-unknown-freebsd
43
+
44
+task:
45
+ name: nightly x86_64-unknown-freebsd-14
46
+ freebsd_instance:
47
+ image: freebsd-14-0-current-amd64-v20211111
48
+ setup_script:
49
+ - pkg install -y curl
50
+ - curl https://sh.rustup.rs -sSf --output rustup.sh
51
+ - sh rustup.sh -y --default-toolchain nightly --profile=minimal
52
+ - . $HOME/.cargo/env
53
+ test_script:
54
55
+ - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
56
+ - sh ci/run.sh x86_64-unknown-freebsd
0 commit comments