File tree Expand file tree Collapse file tree 2 files changed +465
-0
lines changed Expand file tree Collapse file tree 2 files changed +465
-0
lines changed Original file line number Diff line number Diff line change 56
56
- . $HOME/.cargo/env
57
57
- rustup target add i686-unknown-freebsd
58
58
- rustup component add clippy
59
+ - cp Cargo.lock.msrv Cargo.lock
59
60
<< : *TEST
60
61
i386_test_script :
61
62
- . $HOME/.cargo/env
79
80
- sh rustup.sh -y --profile=minimal --default-toolchain $MSRV
80
81
- . $HOME/.cargo/env
81
82
- rustup component add clippy
83
+ - cp Cargo.lock.msrv Cargo.lock
82
84
<< : *TEST
83
85
before_cache_script : rm -rf $CARGO_HOME/registry/index
84
86
@@ -132,6 +134,7 @@ task:
132
134
- sh rustup.sh -y --profile=minimal --default-toolchain $MSRV
133
135
- . $HOME/.cargo/env
134
136
- 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
135
138
<< : *TEST
136
139
before_cache_script : rm -rf $CARGO_HOME/registry/index
137
140
@@ -156,6 +159,7 @@ task:
156
159
setup_script :
157
160
- rustup target add $TARGET
158
161
- rustup component add clippy
162
+ - cp Cargo.lock.msrv Cargo.lock
159
163
<< : *TEST
160
164
before_cache_script : rm -rf $CARGO_HOME/registry/index
161
165
@@ -241,6 +245,7 @@ task:
241
245
setup_script :
242
246
- rustup target add $TARGET
243
247
- rustup component add clippy
248
+ - cp Cargo.lock.msrv Cargo.lock
244
249
<< : *BUILD
245
250
before_cache_script : rm -rf $CARGO_HOME/registry/index
246
251
You can’t perform that action at this time.
0 commit comments