Mozinfo should recognise aarch64 processors and expose their bits and processor correctly
Categories
(Testing :: Mozbase, enhancement)
Tracking
(firefox68 fixed)
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: Kwan, Assigned: Kwan)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Currently it reports them as 32bit on Windows (since Python on there is 32bit x86 running under emulation for now) and ARM64 instead of aarch64.
This is needed for mozregression, see bug 1536013.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Thanks ahal for the review!
Sheriffs, green try (with orange from bug 1534647) here:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=17cde6d278777f102e37a984b417141c8a67214d
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bb3a9a19e108
Teach mozinfo to report the correct values for bits and processor on ARM64. r=ahal
Comment 4•6 years ago
|
||
bugherder |
Assignee | ||
Comment 5•6 years ago
|
||
Hey wlach, would it be possible to get a new mozinfo release on pypi now please?
Comment 6•6 years ago
|
||
(In reply to Ian Moody [:Kwan] (UTC+0) from comment #5)
Hey wlach, would it be possible to get a new mozinfo release on pypi now please?
You will have to file a new bug with the version bump. Once that one landed, we can push a new release.
Assignee | ||
Comment 7•6 years ago
|
||
(In reply to Henrik Skupin (:whimboo) [⌚️UTC+1] from comment #6)
(In reply to Ian Moody [:Kwan] (UTC+0) from comment #5)
Hey wlach, would it be possible to get a new mozinfo release on pypi now please?
You will have to file a new bug with the version bump. Once that one landed, we can push a new release.
Ah, whoops, wasn't aware. Filed. Thanks!
Description
•