Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Reis <reis@janeasystems.com>2020-08-11 05:26:30 +0300
committerRich Trott <rtrott@gmail.com>2020-08-15 01:33:52 +0300
commitc2771dc07c29a0cda7f009f046d99c542d2b2ca4 (patch)
tree6d6ed6f171158805be60fb00400cfcd4aaf69e52 /BUILDING.md
parent1e59f31555d547cebadc3f647cc4693cb98b5690 (diff)
build: move compiling for Windows ARM64 to Tier 2
PR-URL: https://github.com/nodejs/node/pull/34721 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ash Cripps <ashley.cripps@ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 43245f1bdd1..bdf74da21fb 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -110,7 +110,7 @@ platforms. This is true regardless of entries in the table below.
| Windows | x64, x86 (WoW64) | >= Windows 8.1/2012 R2 | Tier 1 | <sup>[4](#fn4),[5](#fn5)</sup> |
| Windows | x86 (native) | >= Windows 8.1/2012 R2 | Tier 1 (running) / Experimental (compiling) <sup>[6](#fn6)</sup> | |
| Windows | x64, x86 | Windows Server 2012 (not R2) | Experimental | |
-| Windows | arm64 | >= Windows 10 | Experimental | |
+| Windows | arm64 | >= Windows 10 | Tier 2 (compiling) / Experimental (running) | |
| macOS | x64 | >= 10.11 | Tier 1 | |
| SmartOS | x64 | >= 18 | Tier 2 | |
| AIX | ppc64be >=power7 | >= 7.2 TL02 | Tier 2 | |
@@ -547,9 +547,6 @@ Optional requirements to build the MSI installer package:
Optional requirements for compiling for Windows 10 on ARM (ARM64):
-* ARM64 Windows build machine
- * Due to a GYP limitation, this is required to run compiled code
- generation tools (like V8's builtins and mksnapshot tools)
* Visual Studio 15.9.0 or newer
* Visual Studio optional components
* Visual C++ compilers and libraries for ARM64