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