Skip to content

Commit

Permalink
Rollup merge of #126572 - onur-ozkan:channel-problem, r=clubby789
Browse files Browse the repository at this point in the history
override user defined channel when using precompiled rustc

We need to override `rust.channel` if it's manually specified when using the CI rustc. This is because if the compiler uses a different channel than the one specified in config.toml, tests may fail due to using a different channel than the one used by the compiler during tests.

For more context, see rust-lang/rust#122709 (comment).
  • Loading branch information
fmease committed Jun 19, 2024
2 parents 161309b + c082be9 commit 1331aae
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 1331aae

Please sign in to comment.