File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
env :
2
2
# Temporary fix for https://github.com/rust-lang/rustup/issues/2774.
3
- RUSTUP_IO_THREADS : " 1 "
3
+ RUSTUP_UPDATE_ROOT : " https://dev-static.rust-lang.org/rustup "
4
4
5
5
task :
6
6
name : stable x86_64-unknown-freebsd-11
11
11
- curl https://sh.rustup.rs -sSf --output rustup.sh
12
12
- sh rustup.sh -y --profile=minimal
13
13
- . $HOME/.cargo/env
14
- - rustup default stable
14
+ - rustup --version
15
15
test_script :
16
16
- . $HOME/.cargo/env
17
17
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
26
26
- curl https://sh.rustup.rs -sSf --output rustup.sh
27
27
- sh rustup.sh --default-toolchain nightly -y --profile=minimal
28
28
- . $HOME/.cargo/env
29
- - rustup default nightly
30
29
test_script :
31
30
- . $HOME/.cargo/env
32
31
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
39
38
setup_script :
40
39
- pkg install -y curl
41
40
- curl https://sh.rustup.rs -sSf --output rustup.sh
42
- - sh rustup.sh -y --profile=minimal
41
+ - sh rustup.sh -y --default-toolchain nightly -- profile=minimal
43
42
- . $HOME/.cargo/env
44
- - rustup default nightly
45
43
test_script :
46
44
- . $HOME/.cargo/env
47
45
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
You can’t perform that action at this time.
0 commit comments