|
1 | 1 | task:
|
2 |
| - name: nightly x86_64-unknown-freebsd-10 |
| 2 | + name: stable x86_64-unknown-freebsd-11 |
3 | 3 | freebsd_instance:
|
4 |
| - image: freebsd-10-4-release-amd64 |
| 4 | + image: freebsd-11-4-release-amd64 |
5 | 5 | setup_script:
|
6 | 6 | - pkg install -y curl
|
7 | 7 | - 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 |
9 | 9 | - . $HOME/.cargo/env
|
10 |
| - - rustup default nightly |
| 10 | + - rustup default stable |
11 | 11 | test_script:
|
12 | 12 | - . $HOME/.cargo/env
|
13 | 13 | - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
|
| 14 | + - sh ci/run.sh x86_64-unknown-freebsd |
14 | 15 |
|
15 | 16 | task:
|
16 |
| - name: stable x86_64-unknown-freebsd-11 |
| 17 | + name: nightly x86_64-unknown-freebsd-12 |
17 | 18 | freebsd_instance:
|
18 |
| - image: freebsd-11-4-release-amd64 |
| 19 | + image: freebsd-12-1-release-amd64 |
19 | 20 | setup_script:
|
20 | 21 | - pkg install -y curl
|
21 | 22 | - 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 |
23 | 24 | - . $HOME/.cargo/env
|
24 |
| - - rustup default stable |
| 25 | + - rustup default nightly |
25 | 26 | test_script:
|
26 | 27 | - . $HOME/.cargo/env
|
27 | 28 | - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
|
28 | 29 | - sh ci/run.sh x86_64-unknown-freebsd
|
29 | 30 |
|
30 | 31 | task:
|
31 |
| - name: nightly x86_64-unknown-freebsd-12 |
| 32 | + name: nightly x86_64-unknown-freebsd-13 |
32 | 33 | freebsd_instance:
|
33 |
| - image: freebsd-12-1-release-amd64 |
| 34 | + image: freebsd-13-0-current-amd64-v20201001 |
34 | 35 | setup_script:
|
35 | 36 | - pkg install -y curl
|
36 | 37 | - 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 |
38 | 39 | - . $HOME/.cargo/env
|
39 | 40 | - rustup default nightly
|
40 | 41 | test_script:
|
|
0 commit comments