Closed
Bug 1397299
Opened 8 years ago
Closed 8 years ago
mach bootstrap should not overwrite a newer rustup
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1385241
People
(Reporter: mconley, Unassigned)
References
Details
In bug 1397279, we noticed that rustup was installing 0.2.0 over top of 1.6.0.
Ignoring the fact that 0.2.0 is way out of date and shouldn't be installed (bug 1397279 kicks the can down the road on that one), we should probably _not_ be overwriting a newer version of rustup if one already exists.
Comment 1•8 years ago
|
||
I looked into something similar recently, bug 1385241 comment 5 has the details. We have solid Rust bootstrap installation code that's used on other platforms, but the Mozillabuild bootstrapper has its own and it doesn't do as good of a job.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•