Open
Bug 1486478
Opened 7 years ago
Updated 1 year ago
add aarch64 windows support to msgpack
Categories
(Toolkit :: General, enhancement, P3)
Tracking
()
NEW
People
(Reporter: froydnj, Unassigned)
References
(Blocks 1 open bug)
Details
None of the msgpack system/arch-specific header files know much about aarch64, let alone aarch64 windows.
| Reporter | ||
Comment 1•7 years ago
|
||
I filed https://github.com/msgpack/msgpack-c/issues/728 for the upstream support, but I suspect we'll probably want something a bit sooner. rhelmer, are you able to assist here?
Flags: needinfo?(rhelmer)
Comment 2•7 years ago
|
||
(In reply to Nathan Froyd [:froydnj] from comment #1)
> I filed https://github.com/msgpack/msgpack-c/issues/728 for the upstream
> support, but I suspect we'll probably want something a bit sooner. rhelmer,
> are you able to assist here?
Per IRC, we're adding a way to disable libprio (MOZ_LIBPRIO) in bug 1485946.
Since that's the only user of msgpack I've just made this same flag disable both.
Flags: needinfo?(rhelmer)
Updated•7 years ago
|
Priority: -- → P3
Comment 3•7 years ago
|
||
We might want to consider moving upstream libprio away from msgpack FWIW... it's only used internally and not for actually sending packets on the wire (they go into the existing Telemetry JSON payload).
I'll file an issue on github.com/mozilla/libprio about that.
Comment 4•7 years ago
|
||
(In reply to Robert Helmer [:rhelmer] from comment #3)
> We might want to consider moving upstream libprio away from msgpack FWIW...
> it's only used internally and not for actually sending packets on the wire
> (they go into the existing Telemetry JSON payload).
>
> I'll file an issue on github.com/mozilla/libprio about that.
https://github.com/mozilla/libprio/issues/41
| Reporter | ||
Comment 5•7 years ago
|
||
I've added the necessary aarch64 definitions to msgpack upstream, so we could either request a release or just import upstream wholesale into libprio.
Comment 6•7 years ago
|
||
(In reply to Nathan Froyd [:froydnj] from comment #5)
> I've added the necessary aarch64 definitions to msgpack upstream, so we
> could either request a release or just import upstream wholesale into
> libprio.
Excellent, thanks! We have a vendoring script for msgpack by itself that pulls from github: https://searchfox.org/mozilla-central/source/third_party/msgpack/update.sh
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•