mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
Restore minimal cross-compile toolchain, zig builds on Linux, D4 test shards
- Restore windows-aarch64.cmake (minimal: just CMAKE_SYSTEM_NAME/PROCESSOR) - Zig cross-compiles for all Windows targets from Linux aarch64 - Test shards use D4 VMs with 8-way parallelism - Build steps keep D16 VMs [build images]
This commit is contained in:
6
cmake/toolchains/windows-aarch64.cmake
Normal file
6
cmake/toolchains/windows-aarch64.cmake
Normal file
@@ -0,0 +1,6 @@
|
||||
set(CMAKE_SYSTEM_NAME Windows)
|
||||
set(CMAKE_SYSTEM_PROCESSOR aarch64)
|
||||
|
||||
set(CMAKE_C_COMPILER_WORKS ON)
|
||||
set(CMAKE_CXX_COMPILER_WORKS ON)
|
||||
set(CMAKE_CROSSCOMPILING ON)
|
||||
Reference in New Issue
Block a user