Skip to content

Commit d89a83c

Browse files
joaocgreisBethGriggs
authored andcommitted
build: move compiling for Windows ARM64 to Tier 2
PR-URL: #34721 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 5009d82 commit d89a83c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

BUILDING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ platforms. This is true regardless of entries in the table below.
110110
| Windows | x64, x86 (WoW64) | >= Windows 8.1/2012 R2 | Tier 1 | <sup>[4](#fn4),[5](#fn5)</sup> |
111111
| Windows | x86 (native) | >= Windows 8.1/2012 R2 | Tier 1 (running) / Experimental (compiling) <sup>[6](#fn6)</sup> | |
112112
| Windows | x64, x86 | Windows Server 2012 (not R2) | Experimental | |
113-
| Windows | arm64 | >= Windows 10 | Experimental | |
113+
| Windows | arm64 | >= Windows 10 | Tier 2 (compiling) / Experimental (running) | |
114114
| macOS | x64 | >= 10.11 | Tier 1 | |
115115
| SmartOS | x64 | >= 18 | Tier 2 | |
116116
| AIX | ppc64be >=power7 | >= 7.2 TL02 | Tier 2 | |
@@ -548,9 +548,6 @@ Optional requirements to build the MSI installer package:
548548

549549
Optional requirements for compiling for Windows 10 on ARM (ARM64):
550550

551-
* ARM64 Windows build machine
552-
* Due to a GYP limitation, this is required to run compiled code
553-
generation tools (like V8's builtins and mksnapshot tools)
554551
* Visual Studio 15.9.0 or newer
555552
* Visual Studio optional components
556553
* Visual C++ compilers and libraries for ARM64

0 commit comments

Comments
 (0)