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 3155ab3 commit 8839cf2Copy full SHA for 8839cf2
.cirrus.yml
@@ -185,16 +185,15 @@ task:
185
# they don't build on all platforms.
186
before_cache_script: rm -rf $CARGO_HOME/registry/index
187
188
-# illumos toolchain isn't available on 1.40
+# illumos toolchain isn't available via rustup until 1.50
189
task:
190
name: illumos
191
env:
192
TARGET: x86_64-unknown-illumos
193
- TOOLCHAIN: stable
194
container:
195
- image: rust:1.40
+ image: rust:1.50
196
setup_script:
197
- - rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET
+ - rustup target add $TARGET
198
script:
199
- cargo +$TOOLCHAIN check --target $TARGET
200
- cargo +$TOOLCHAIN check --target $TARGET --release
0 commit comments