Open
Bug 1608540
Opened 6 years ago
Updated 3 years ago
The build system isn't fully aware of rustup overrides
Categories
(Firefox Build System :: General, defect, P3)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: chmanchester, Unassigned)
Details
I've noticed if one uses rustup to change the active rust toolchain the build system doesn't know about it right away, you need to run configure to pick up the change. This is probably due to configure finding and using the "real" rustc path. I'm not sure exactly how to fix this, but it doesn't seem ideal.
Comment 1•6 years ago
|
||
If there was some way of telling rustup's rust wrapper "hey, never use crate-specified overrides for Rust versions", we could use that, and switch back to rustup's rust wrapper. User confusion one way, broken builds the other. :(
Comment 2•6 years ago
|
||
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•