Skip to content

Commit

Permalink
Workaround rustup issue on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 20, 2021
1 parent d97c60e commit 5e6f8bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ freebsd_instance:

env:
RUST_BACKTRACE: 1
# Workaround `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

freebsd_task:
name: $TOOLCHAIN x86_64-unknown-freebsd
Expand Down

0 comments on commit 5e6f8bd

Please sign in to comment.