Closed
Bug 1430885
Opened 8 years ago
Closed 7 years ago
Update builders to rust 1.24.0
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox60 fixed)
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: rillian, Assigned: rillian)
References
Details
Attachments
(1 file)
Rust 1.24 is scheduled for stable release 2018 February 15. We should be ready to update official builds to that toolchain then.
Comment hidden (mozreview-request) |
![]() |
||
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8951430 [details]
Bug 1430885 - Update builders to rust 1.24.0.
https://reviewboard.mozilla.org/r/220730/#review226648
::: taskcluster/ci/toolchain/linux.yml:409
(Diff revision 1)
> '--target', 'i686-unknown-linux-gnu',
> ]
> toolchain-alias: linux64-rust
> toolchain-artifact: public/build/rustc.tar.xz
>
> +linux64-rust-1.23:
We have linux64-rust-1.23 and linux64-rust-1.19 now, do we need this separate job? Is this (eventually) for the minimum-Rust-required build?
Attachment #8951430 -
Flags: review+
Assignee | ||
Comment 3•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8951430 [details]
Bug 1430885 - Update builders to rust 1.24.0.
https://reviewboard.mozilla.org/r/220730/#review226648
> We have linux64-rust-1.23 and linux64-rust-1.19 now, do we need this separate job? Is this (eventually) for the minimum-Rust-required build?
linxux64-rust-1.23 is for the minimum-Rust-required build. linux64-rust-1.19 is for the sccache build. Glandium asked me to leave sccache on the previous toolchain and not bump it with Firefox. There were, at least on Windows, some issues when building with newer rust.
Pushed by rgiles@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/19f8463d3f9d
Update builders to rust 1.24.0. r=froydnj
Assignee | ||
Updated•7 years ago
|
Attachment #8951430 -
Flags: review?(core-build-config-reviews)
Comment 5•7 years ago
|
||
You could give a spin to trying to update the rust version used to build sccache.
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
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
•