Closed
Bug 1696091
Opened 4 years ago
Closed 4 years ago
Add support for arm64 mac rust bootstrap
Categories
(Firefox Build System :: Bootstrap Configuration, task)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 2 open bugs)
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
- Replace urllib2.urlopen with requests.get. We use requests because
http_download_and_hash, which is also used by main uses it already. - Convert byte strings to unicode strings.
- Don't wrap sys.stdout, and instead explicitly flush when wanted.
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/e6af2e83be51
Convert python/mozboot/mozboot/rust.py's __main__ to python 3. r=firefox-build-system-reviewers,sheehan,mhentges
https://hg.mozilla.org/integration/autoland/rev/eb4dc4d7458a
Upgrade rustup to 1.23.1. r=firefox-build-system-reviewers,sheehan,mhentges
https://hg.mozilla.org/integration/autoland/rev/689a1cf89246
Add arm64 mac rustup. r=firefox-build-system-reviewers,sheehan,mhentges
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e6af2e83be51
https://hg.mozilla.org/mozilla-central/rev/eb4dc4d7458a
https://hg.mozilla.org/mozilla-central/rev/689a1cf89246
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•