summaryrefslogtreecommitdiffstats
path: root/library/stdarch/.cirrus.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
commit9835e2ae736235810b4ea1c162ca5e65c547e770 (patch)
tree3fcebf40ed70e581d776a8a4c65923e8ec20e026 /library/stdarch/.cirrus.yml
parentReleasing progress-linux version 1.70.0+dfsg2-1~progress7.99u1. (diff)
downloadrustc-9835e2ae736235810b4ea1c162ca5e65c547e770.tar.xz
rustc-9835e2ae736235810b4ea1c162ca5e65c547e770.zip
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'library/stdarch/.cirrus.yml')
-rw-r--r--library/stdarch/.cirrus.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/library/stdarch/.cirrus.yml b/library/stdarch/.cirrus.yml
index 7b75ba39d..2456de30d 100644
--- a/library/stdarch/.cirrus.yml
+++ b/library/stdarch/.cirrus.yml
@@ -1,13 +1,8 @@
-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
+ image_family: freebsd-12-4
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