We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1dbfa commit 6c01186Copy full SHA for 6c01186
.cirrus.yml
@@ -1,7 +1,11 @@
1
+env:
2
+ # Temporary fix for https://github.com/rust-lang/rustup/issues/2774.
3
+ RUSTUP_IO_THREADS: "1"
4
+
5
task:
6
name: x86_64-unknown-freebsd
7
freebsd_instance:
- image: freebsd-12-1-release-amd64
8
+ image: freebsd-12-2-release-amd64
9
setup_script:
10
- pkg install -y curl
11
- curl https://sh.rustup.rs -sSf --output rustup.sh
0 commit comments