Closed
Bug 1985988
Opened 1 year ago
Closed 11 months ago
runtime: Add "riscv64" to enum PlatformArch
Categories
(WebExtensions :: General, task)
WebExtensions
General
Tracking
(firefox144 fixed)
RESOLVED
FIXED
144 Branch
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | fixed |
People
(Reporter: csmantle, Assigned: csmantle)
References
Details
Attachments
(1 file)
As described in Bug 1984989, "riscv64" is not currently listed as a valid member of arch:
JavaScript error: , line 0: Error: Type error for platformInfo value (Error processing arch: Invalid enumeration value "riscv64") for runtime.getPlatformInfo.
This bug resolves this issue by adding riscv64 to the associated schema.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → webmaster
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by rob@robwu.nl:
https://github.com/mozilla-firefox/firefox/commit/a0e11e79f16f
https://hg.mozilla.org/integration/autoland/rev/026e840d10cb
Add "riscv64" to enum PlatformArch. r=extension-reviewers,robwu
Comment 3•11 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•