CI should be pinned to a particular rustc version
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
Research direction
Locate the repository's CI configuration and identify the job that selects the latest nightly rustc. Read how that toolchain is chosen, then pin it to a nightly version or commit and verify that pull-request CI uses the pinned toolchain rather than the latest nightly.
Written by the indexing model from the issue text.
Description
It is currently very common that one makes a stdarch PR and CI fails despite the PR being correct -- in other words, stdarch master regularly fails its own CI. This is caused by CI automatically testing against the latest nightly version of rustc, while this repo uses tons of very unstable features. This is not a great contributor experience.
It would be better if CI tested some pinned rustc nightly / commit, so that one can be sure that red CI in a PR is actually caused by the changes on that PR.
- Dominant language
- Rust
- Stars
- 694
- Forks
- 336
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 9
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from rust-lang/stdarch
-
A-x86 P-high
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 3/5 1-2 days Newbie friendliness 64/100
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
Difficulty 4/5 3-5 days Newbie friendliness 52/100
All issues in rust-lang/stdarch
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·
-
bug triage:deciding
Difficulty 1/5 Under an hour Newbie friendliness 88/100
open-telemetry/otel-arrow#4132 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
bitcoindevkit/bdk-ffi#1125 ·