Skip to content

Commit

Permalink
freebsd/circus: workaround the timeout
Browse files Browse the repository at this point in the history
rust-lang/rustup#2774

It is failing currently on:
```
info: installing component 'cargo'
error: error: 'sysinfo not supported on this platform'
```
with 1.52.1
  • Loading branch information
sylvestre committed May 22, 2021
1 parent df45b20 commit 8ba519b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8ba519b

Please sign in to comment.