Commit 9656352 1 parent 2b1689f commit 9656352 Copy full SHA for 9656352
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -160,16 +160,18 @@ jobs:
160
160
- x86_64-unknown-linux-gnu
161
161
162
162
mode :
163
- - # debug
163
+ # `coverage` jobs build in debug mode, so only build in release mode here.
164
164
- --release
165
165
166
166
rust_channel :
167
167
- stable
168
168
# Keep in sync with Cargo.toml and similar `rust_channel` sections.
169
169
- 1.61.0 # MSRV
170
- # TODO: Move these to a daily/pre-release job.
170
+ # Early warning for changes in the Rust toolchain that are about to
171
+ # break builds on Rust Stable.
172
+ - beta
173
+ # XXX: `coverage` jobs run on Nightly.
171
174
# - nightly
172
- # - beta
173
175
174
176
include :
175
177
- target : aarch64-apple-darwin
@@ -539,10 +541,12 @@ jobs:
539
541
- x86_64-unknown-linux-musl # Has assembly
540
542
541
543
mode :
544
+ # This is the main coverage we have for debug mode builds.
542
545
- # debug
543
546
544
547
# Coverage collection is Nightly-only
545
548
rust_channel :
549
+ # This is the main coverage we have for building with Rust Nightly.
546
550
- nightly
547
551
548
552
# TODO: targets
You can’t perform that action at this time.
0 commit comments