rustc 1.53 and cargo 0.54 required by firefox 94
Bug #1943842 reported by
Olivier Tilloy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cargo (Ubuntu) |
Fix Released
|
Undecided
|
Canonical Foundations Team | ||
Bionic |
Fix Released
|
Undecided
|
Canonical Foundations Team | ||
Focal |
Fix Released
|
Undecided
|
Canonical Foundations Team | ||
Hirsute |
Fix Released
|
Undecided
|
Canonical Foundations Team | ||
rustc (Ubuntu) |
Fix Released
|
Undecided
|
Canonical Foundations Team | ||
Bionic |
Fix Released
|
Undecided
|
Canonical Foundations Team | ||
Focal |
Fix Released
|
Undecided
|
Canonical Foundations Team | ||
Hirsute |
Fix Released
|
Undecided
|
Canonical Foundations Team |
Bug Description
Firefox 94+ will require rustc 1.53 and cargo 0.54 to build¹.
The beta phase for Firefox 94.0 begins on 2021-09-30 and release candidates will be available from 2021-10-28.
We will need these in impish and all supported releases: bionic, focal, hirsute.
Changed in cargo (Ubuntu): | |
assignee: | nobody → Canonical Foundations Team (canonical-foundations) |
Changed in cargo (Ubuntu Bionic): | |
assignee: | nobody → Canonical Foundations Team (canonical-foundations) |
Changed in cargo (Ubuntu Focal): | |
assignee: | nobody → Canonical Foundations Team (canonical-foundations) |
Changed in cargo (Ubuntu Hirsute): | |
assignee: | nobody → Canonical Foundations Team (canonical-foundations) |
Changed in rustc (Ubuntu Bionic): | |
assignee: | nobody → Canonical Foundations Team (canonical-foundations) |
Changed in rustc (Ubuntu Focal): | |
assignee: | nobody → Canonical Foundations Team (canonical-foundations) |
Changed in rustc (Ubuntu Hirsute): | |
assignee: | nobody → Canonical Foundations Team (canonical-foundations) |
tags: | added: fr-1782 |
To post a comment you must log in.
So I've hit a wrinkle with backporting rustc to bionic: it has updated to LLVM 12 now, which builds with cmake and needs a newer version of cmake than there is in bionic. If I backport the focal versions of cmake and libarchive to bionic (which is fairly trivial), I think rustc will build. As cmake is only needed at build time, we could just have these backports in the rust-updates PPA and leave them there, but then rustc would not be buildable in the archive. Is that OK?