Merge pull request #2249 from sylvestre/circus

freebsd/circus: workaround the timeout
This commit is contained in:
Sylvestre Ledru 2021-05-22 11:08:44 +02:00 committed by GitHub
commit 1dd65125c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,14 @@
env:
# Temporary workaround for error `error: sysinfo not supported on
# this platform` seen on FreeBSD platforms, affecting Rustup
#
# References: https://github.com/rust-lang/rustup/issues/2774
RUSTUP_IO_THREADS: 1
task: task:
name: stable x86_64-unknown-freebsd-12 name: stable x86_64-unknown-freebsd-12
freebsd_instance: freebsd_instance:
image: freebsd-12-1-release-amd64 image: freebsd-12-2-release-amd64
setup_script: setup_script:
- pkg install -y curl gmake - pkg install -y curl gmake
- curl https://sh.rustup.rs -sSf --output rustup.sh - curl https://sh.rustup.rs -sSf --output rustup.sh