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

Commit 2e4de32

Browse files
committed
Use the specified rust version
1 parent be5b86d commit 2e4de32

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ jobs:
55
ignore:
66
- gh-pages
77
docker:
8+
# The compiletest-rs tests assume a specific Rust version's error outputs
89
- image: rust:1.47
910
steps:
1011
- checkout
11-
- run:
12-
name: Switch to stable rust
13-
command: rustup default stable
14-
1512
- run:
1613
name: Install tooling
1714
command: |
@@ -20,14 +17,13 @@ jobs:
2017
- run:
2118
name: Version information
2219
command: |
23-
rustc --version
2420
cargo --version
25-
rustup --version
2621
cargo clippy --version
2722
28-
- run:
29-
name: Calculate dependencies
30-
command: cargo generate-lockfile
23+
# We ship the Cargo.lock, to support Nix derivations
24+
# - run:
25+
# name: Calculate dependencies
26+
# command: cargo generate-lockfile
3127

3228
- restore_cache:
3329
keys:

0 commit comments

Comments
 (0)