File tree 1 file changed +1
-15
lines changed
1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 1
1
task :
2
2
name : stable x86_64-unknown-freebsd-11
3
3
freebsd_instance :
4
- image : freebsd-11-4 -release-amd64
4
+ image : freebsd-12-2 -release-amd64
5
5
setup_script :
6
6
- pkg install -y curl
7
7
- curl https://sh.rustup.rs -sSf --output rustup.sh
13
13
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
14
14
- sh ci/run.sh x86_64-unknown-freebsd
15
15
16
- task :
17
- name : nightly x86_64-unknown-freebsd-12
18
- freebsd_instance :
19
- image : freebsd-12-2-release-amd64
20
- setup_script :
21
- - pkg install -y curl
22
- - curl https://sh.rustup.rs -sSf --output rustup.sh
23
- - sh rustup.sh --default-toolchain nightly -y --profile=minimal
24
- - . $HOME/.cargo/env
25
- test_script :
26
- - . $HOME/.cargo/env
27
- - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
28
- - sh ci/run.sh x86_64-unknown-freebsd
29
-
30
16
task :
31
17
name : nightly x86_64-unknown-freebsd-13
32
18
freebsd_instance :
You can’t perform that action at this time.
0 commit comments