From 5e6f8bd352e22531618502c8d33c163732b24d53 Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 20 May 2021 16:51:02 +0800 Subject: [PATCH] Workaround rustup issue on FreeBSD --- .cirrus.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 3f1b187dd..ee2eb7d43 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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