Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Use the specified rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjkundert committed Dec 10, 2020
1 parent be5b86d commit 246f429
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,26 @@ jobs:
ignore:
- gh-pages
docker:
# The compiletest-rs tests assume a specific Rust version's error outputs
- image: rust:1.47
steps:
- checkout
- run:
name: Switch to stable rust
command: rustup default stable

- run:
name: Install tooling
command: |
rustup component add clippy
cargo install clippy
- run:
name: Version information
command: |
rustc --version
cargo --version
rustup --version
cargo clippy --version
- run:
name: Calculate dependencies
command: cargo generate-lockfile
# We ship the Cargo.lock, to support Nix derivations
# - run:
# name: Calculate dependencies
# command: cargo generate-lockfile

- restore_cache:
keys:
Expand Down

0 comments on commit 246f429

Please sign in to comment.