Bootstrap does not download the correct rustup on aarch64 windows
Categories
(Firefox Build System :: Bootstrap Configuration, enhancement)
Tracking
(firefox154 fixed)
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: bas.schouten, Assigned: bas.schouten)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It installs the x86_64 rustup which in turn attempts to install that rust toolchain, it should probably default to the aarch64 toolchain. I have a patch.
| Assignee | ||
Comment 1•4 days ago
|
||
This makes us correctly download the aarch64 rustup when bootstrapping on aarch64 windows. It re-uses logic from 2 dead functions which it also removes from the places where they seem to have lingered.
Updated•4 days ago
|
Comment 4•3 days ago
|
||
Backed out for causing bootstrap bustages.
Backout link: https://hg.mozilla.org/integration/autoland/rev/53ad17f35d6f
Failure log: https://treeherder.mozilla.org/logviewer?job_id=573919690&repo=autoland&task=Eri5Pzj6QTu-eOZIz71cBA.0&lineNumber=116
Comment 6•2 days ago
|
||
| bugherder | ||
Comment 7•2 days ago
|
||
| bugherder | ||
Comment 8•21 hours ago
|
||
Authored by https://github.com/Bas-moz
https://github.com/mozilla/enterprise-firefox/commit/cf739c7a6b613f605b59e522ff32846fcc10c543
[enterprise-main] Bug 2048742: Fix rust toolchain selection on aarch64 windows host. r=glandium
Authored by Atila Butkovits
https://github.com/mozilla/enterprise-firefox/commit/bfc5c759835307dc846b4daf34a792075ad800fc
[enterprise-main] Revert "Bug 2048742: Fix rust toolchain selection on aarch64 windows host. r=glandium" for causing bootstrap bustages.
Authored by https://github.com/Bas-moz
https://github.com/mozilla/enterprise-firefox/commit/961e86ae682a45e3b144834d4d997b686883fc5e
[enterprise-main] Bug 2048742: Fix rust toolchain selection on aarch64 windows host. r=glandium
| Assignee | ||
Updated•12 hours ago
|
Description
•