mirror of
https://github.com/uutils/coreutils
synced 2024-12-17 08:33:24 +00:00
Merge pull request #2249 from sylvestre/circus
freebsd/circus: workaround the timeout
This commit is contained in:
commit
1dd65125c5
1 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||
name: stable x86_64-unknown-freebsd-12
|
||||
freebsd_instance:
|
||||
image: freebsd-12-1-release-amd64
|
||||
image: freebsd-12-2-release-amd64
|
||||
setup_script:
|
||||
- pkg install -y curl gmake
|
||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||
|
|
Loading…
Reference in a new issue