Work around rustup bug in FreeBSD CI (#1176)

This commit is contained in:
Amanieu d'Antras 2021-05-28 01:20:30 +01:00 committed by GitHub
parent 4e4a60b9d9
commit 3c3db50bbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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