Skip to content

Commit 077f432

Browse files
committed
Test ABI without LIBC_CI on all supported FreeBSD versions
1 parent af88cf1 commit 077f432

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.cirrus.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
task:
2-
name: stable x86_64-unknown-freebsd
3-
freebsd_instance:
4-
image: freebsd-11-3-stable-amd64-v20190801
5-
setup_script:
6-
- pkg install -y curl
7-
- curl https://sh.rustup.rs -sSf --output rustup.sh
8-
- sh rustup.sh -y
9-
- . $HOME/.cargo/env
10-
- rustup default stable
11-
test_script:
12-
- . $HOME/.cargo/env
13-
- sh ci/run.sh x86_64-unknown-freebsd
14-
15-
161
task:
172
name: stable x86_64-unknown-freebsd-11
183
freebsd_instance:
@@ -26,6 +11,7 @@ task:
2611
test_script:
2712
- . $HOME/.cargo/env
2813
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
14+
- sh ci/run.sh x86_64-unknown-freebsd
2915

3016
task:
3117
name: nightly x86_64-unknown-freebsd-12
@@ -40,3 +26,4 @@ task:
4026
test_script:
4127
- . $HOME/.cargo/env
4228
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
29+
- sh ci/run.sh x86_64-unknown-freebsd

0 commit comments

Comments
 (0)