check-substrate
job fails due to displaydoc
issue with the latest Rust nightly compiler
#1105
Labels
A: low-priority
Admin: low priority / non urgent issue, expect longer wait time for PR reviews
S: CI/CD
Scope: related to CI/CD
S: no-std
Scope: support no_std envs
Summary
Context: #1099 (comment)
The
check-substrate
job forno_std
check relies on nightly channel, which fails when running with latest nightly > 2024-02-27 compiler that accepted rust-lang/rust#120393. This should be resolved in yaahc/displaydoc#46.As a temporary solution, we've set the
NIGHTLY_VERSION
tonightly-2024-02-24
. It's worthwhile to explore whether it's essential to perform theno_std
checks on the nightly channel.The text was updated successfully, but these errors were encountered: