Skip to content

Commit 8e6d9d4

Browse files
committed
Lock tempfile to 3.7.1 during CI on the MSRV toolchain
1 parent 8b66e07 commit 8e6d9d4

File tree

2 files changed

+465
-0
lines changed

2 files changed

+465
-0
lines changed

.cirrus.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ task:
5656
- . $HOME/.cargo/env
5757
- rustup target add i686-unknown-freebsd
5858
- rustup component add clippy
59+
- cp Cargo.lock.msrv Cargo.lock
5960
<< : *TEST
6061
i386_test_script:
6162
- . $HOME/.cargo/env
@@ -79,6 +80,7 @@ task:
7980
- sh rustup.sh -y --profile=minimal --default-toolchain $MSRV
8081
- . $HOME/.cargo/env
8182
- rustup component add clippy
83+
- cp Cargo.lock.msrv Cargo.lock
8284
<< : *TEST
8385
before_cache_script: rm -rf $CARGO_HOME/registry/index
8486

@@ -132,6 +134,7 @@ task:
132134
- sh rustup.sh -y --profile=minimal --default-toolchain $MSRV
133135
- . $HOME/.cargo/env
134136
- cargo install cross --version 0.2.1 --locked # cross 0.2.2 bumped the MSRV to 1.58.1
137+
- cp Cargo.lock.msrv Cargo.lock
135138
<< : *TEST
136139
before_cache_script: rm -rf $CARGO_HOME/registry/index
137140

@@ -156,6 +159,7 @@ task:
156159
setup_script:
157160
- rustup target add $TARGET
158161
- rustup component add clippy
162+
- cp Cargo.lock.msrv Cargo.lock
159163
<< : *TEST
160164
before_cache_script: rm -rf $CARGO_HOME/registry/index
161165

@@ -241,6 +245,7 @@ task:
241245
setup_script:
242246
- rustup target add $TARGET
243247
- rustup component add clippy
248+
- cp Cargo.lock.msrv Cargo.lock
244249
<< : *BUILD
245250
before_cache_script: rm -rf $CARGO_HOME/registry/index
246251

0 commit comments

Comments
 (0)