Skip to content

Commit 89b77fc

Browse files
committed
Drop FreeBSD 10 and add FreeBSD 13 image on Cirrus CI
1 parent 0062f2b commit 89b77fc

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.cirrus.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,41 @@
11
task:
2-
name: nightly x86_64-unknown-freebsd-10
2+
name: stable x86_64-unknown-freebsd-11
33
freebsd_instance:
4-
image: freebsd-10-4-release-amd64
4+
image: freebsd-11-4-release-amd64
55
setup_script:
66
- pkg install -y curl
77
- curl https://sh.rustup.rs -sSf --output rustup.sh
8-
- sh rustup.sh --default-toolchain nightly -y --profile=minimal
8+
- sh rustup.sh -y --profile=minimal
99
- . $HOME/.cargo/env
10-
- rustup default nightly
10+
- rustup default stable
1111
test_script:
1212
- . $HOME/.cargo/env
1313
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
14+
- sh ci/run.sh x86_64-unknown-freebsd
1415

1516
task:
16-
name: stable x86_64-unknown-freebsd-11
17+
name: nightly x86_64-unknown-freebsd-12
1718
freebsd_instance:
18-
image: freebsd-11-4-release-amd64
19+
image: freebsd-12-1-release-amd64
1920
setup_script:
2021
- pkg install -y curl
2122
- curl https://sh.rustup.rs -sSf --output rustup.sh
22-
- sh rustup.sh -y --profile=minimal
23+
- sh rustup.sh --default-toolchain nightly -y --profile=minimal
2324
- . $HOME/.cargo/env
24-
- rustup default stable
25+
- rustup default nightly
2526
test_script:
2627
- . $HOME/.cargo/env
2728
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
2829
- sh ci/run.sh x86_64-unknown-freebsd
2930

3031
task:
31-
name: nightly x86_64-unknown-freebsd-12
32+
name: nightly x86_64-unknown-freebsd-13
3233
freebsd_instance:
33-
image: freebsd-12-1-release-amd64
34+
image: freebsd-13-0-current-amd64-v20201001
3435
setup_script:
3536
- pkg install -y curl
3637
- curl https://sh.rustup.rs -sSf --output rustup.sh
37-
- sh rustup.sh --default-toolchain nightly -y --profile=minimal
38+
- sh rustup.sh -y --profile=minimal
3839
- . $HOME/.cargo/env
3940
- rustup default nightly
4041
test_script:

0 commit comments

Comments
 (0)