Skip to content

Commit

Permalink
Attempt three
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbking committed Mar 5, 2021
1 parent 3155ab3 commit 8839cf2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,16 +185,15 @@ task:
# they don't build on all platforms.
before_cache_script: rm -rf $CARGO_HOME/registry/index

# illumos toolchain isn't available on 1.40
# illumos toolchain isn't available via rustup until 1.50
task:
name: illumos
env:
TARGET: x86_64-unknown-illumos
TOOLCHAIN: stable
container:
image: rust:1.40
image: rust:1.50
setup_script:
- rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET
- rustup target add $TARGET
script:
- cargo +$TOOLCHAIN check --target $TARGET
- cargo +$TOOLCHAIN check --target $TARGET --release
Expand Down

0 comments on commit 8839cf2

Please sign in to comment.