From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- library/stdarch/.cirrus.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 library/stdarch/.cirrus.yml (limited to 'library/stdarch/.cirrus.yml') 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 -- cgit v1.2.3