File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
task :
2
2
name : nightly x86_64-unknown-freebsd-12
3
3
freebsd_instance :
4
- image : freebsd-12-4-release-amd64
4
+ image_family : freebsd-12-4
5
5
setup_script :
6
6
- pkg install -y curl
7
7
- curl https://sh.rustup.rs -sSf --output rustup.sh
15
15
task :
16
16
name : nightly x86_64-unknown-freebsd-13
17
17
freebsd_instance :
18
- image : freebsd-13-1-release-amd64
18
+ image_family : freebsd-13-1
19
19
setup_script :
20
20
- pkg install -y curl
21
21
- curl https://sh.rustup.rs -sSf --output rustup.sh
29
29
task :
30
30
name : nightly x86_64-unknown-freebsd-14
31
31
freebsd_instance :
32
- image : freebsd-14-0-current-amd64-v20230114
32
+ image_family : freebsd-14-0-snap
33
33
setup_script :
34
- - pkg install -y curl
34
+ - pkg install -y libnghttp2 curl
35
35
- curl https://sh.rustup.rs -sSf --output rustup.sh
36
36
- sh rustup.sh -y --default-toolchain nightly --profile=minimal
37
37
- . $HOME/.cargo/env
You can’t perform that action at this time.
0 commit comments