Closed
Bug 1424547
Opened 7 years ago
Closed 7 years ago
mach bootstrap doesn't install needed version of rust
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1424439
People
(Reporter: handyman, Unassigned)
Details
Building central, mach bootstrap says:
> Your version of Rust (1.21.0) is new enough.
But mach build says:
> 0:29.62 checking rustc version... 1.21.0
> 0:29.68 checking cargo version... 0.22.0
> 0:29.68 ERROR: Rust compiler 1.21.0 is too old.
> 0:29.68
> 0:29.68 To compile Rust language sources please install at least
> 0:29.68 version 1.22.1 of the 'rustc' toolchain and make sure it is
> 0:29.68 first in your path.
> [...]
Comment 1•7 years ago
|
||
Looks like the necessary changes recently landed!
Status: NEW → RESOLVED
Closed: 7 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
•