Bug 309681
| Summary: | [Win] Cross-compile ARM64 from Linux | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ian Grunert <ian.grunert> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | randy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Windows 11 | ||
| Bug Depends on: | 282276 | ||
| Bug Blocks: | |||
Ian Grunert
Enable building the Windows port from ARM64 Linux.
We'll likely need to drop the Wine requirement - Wine on ARM64 Linux is difficult to install and not as well baked as x64. To do that we'd need to build the host tools when cross-compiling + use those, instead of building the Windows tools and running them via Wine.
Most of the changes will be in WebKitRequirements - remove Wine requirement from ICU, and fixing bugs around arm64_neon.h (MSVC specific) vs arm_neon.h in libwebp / zlib-ng. These are dependencies that aren't present on JSC-only so Bun hasn't hit them yet.
Follow-on from bug282276
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/172835233>
Ian Grunert
Pull request: https://github.com/WebKit/WebKit/pull/60775