Skip to content

Commit 8839cf2

Browse files
committed
Attempt three
1 parent 3155ab3 commit 8839cf2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.cirrus.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,16 +185,15 @@ task:
185185
# they don't build on all platforms.
186186
before_cache_script: rm -rf $CARGO_HOME/registry/index
187187

188-
# illumos toolchain isn't available on 1.40
188+
# illumos toolchain isn't available via rustup until 1.50
189189
task:
190190
name: illumos
191191
env:
192192
TARGET: x86_64-unknown-illumos
193-
TOOLCHAIN: stable
194193
container:
195-
image: rust:1.40
194+
image: rust:1.50
196195
setup_script:
197-
- rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET
196+
- rustup target add $TARGET
198197
script:
199198
- cargo +$TOOLCHAIN check --target $TARGET
200199
- cargo +$TOOLCHAIN check --target $TARGET --release

0 commit comments

Comments
 (0)