Work around rustup bug in FreeBSD CI (#1176)
This commit is contained in:
parent
4e4a60b9d9
commit
3c3db50bbf
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
env:
|
||||
# Temporary fix for https://github.com/rust-lang/rustup/issues/2774.
|
||||
RUSTUP_IO_THREADS: "1"
|
||||
|
||||
task:
|
||||
name: x86_64-unknown-freebsd
|
||||
freebsd_instance:
|
||||
image: freebsd-12-1-release-amd64
|
||||
image: freebsd-12-2-release-amd64
|
||||
setup_script:
|
||||
- pkg install -y curl
|
||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue