summaryrefslogtreecommitdiffstats
path: root/library/stdarch/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch/.cirrus.yml')
-rw-r--r--library/stdarch/.cirrus.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/library/stdarch/.cirrus.yml b/library/stdarch/.cirrus.yml
new file mode 100644
index 000000000..7b75ba39d
--- /dev/null
+++ b/library/stdarch/.cirrus.yml
@@ -0,0 +1,17 @@
+env:
+ # Temporary fix for https://github.com/rust-lang/rustup/issues/2774.
+ RUSTUP_IO_THREADS: "1"
+
+task:
+ name: x86_64-unknown-freebsd
+ freebsd_instance:
+ image: freebsd-12-2-release-amd64
+ setup_script:
+ - pkg install -y curl
+ - curl https://sh.rustup.rs -sSf --output rustup.sh
+ - sh rustup.sh --default-toolchain nightly -y
+ - . $HOME/.cargo/env
+ - rustup default nightly
+ test_script:
+ - . $HOME/.cargo/env
+ - cargo build --all