Uh oh!
There was an error while loading. Please reload this page.
win, build: arm64 port script and doc changes - #25995
Closed
jkunkee wants to merge 4 commits into
Closed
Conversation
jkunkeeforce-pushed
the
arm64-win-build
branch
2 times, most recently
from
February 7, 2019 23:24
6d4196a to
c1f2ce5Comparerefack
reviewed
Feb 8, 2019
Uh oh!
There was an error while loading. Please reload this page.
refack
reviewed
Feb 8, 2019
Uh oh!
There was an error while loading. Please reload this page.
2 tasks
vielmetti
commented
Feb 8, 2019
Contributor
@jkunkee - talk to me about what you might need for arm64 CI/CD for Windows 10? (perhaps offline, perhaps here) I have some resources through @WorksOnArm but we don't yet have Windows 10 for Arm up on any servers. |
jkunkee
commented
Feb 11, 2019
ContributorAuthor
@vielmetti, in general we need machines--virtual or physical--running Windows 10 on ARM and available on demand as a service for the general public. I'll ping you via email about it. |
Uh oh!
There was an error while loading. Please reload this page.
jkunkeeforce-pushed
the
arm64-win-build
branch
2 times, most recently
from
February 15, 2019 01:24
3c65a55 to
333ea47Comparejkunkeeforce-pushed
the
arm64-win-build
branch
2 times, most recently
from
February 20, 2019 22:29
1abe49f to
7083224Comparejkunkeeforce-pushed
the
arm64-win-build
branch
from
February 20, 2019 23:50
7083224 to
735d376Comparejoaocgreis
approved these changes
Mar 4, 2019
Member
joaocgreis pushed a commit
that referenced
this pull request
Mar 4, 2019
PR-URL: #25995 Reviewed-By: João Reis <reis@janeasystems.com>
joaocgreis pushed a commit
that referenced
this pull request
Mar 4, 2019
PR-URL: #25995 Reviewed-By: João Reis <reis@janeasystems.com>
joaocgreis pushed a commit
that referenced
this pull request
Mar 4, 2019
PR-URL: #25995 Reviewed-By: João Reis <reis@janeasystems.com>
joaocgreis pushed a commit
that referenced
this pull request
Mar 4, 2019
PR-URL: #25995 Reviewed-By: João Reis <reis@janeasystems.com>
joaocgreis
commented
Mar 4, 2019
Member
Landed in d57c526...26cfaf4 |
BridgeAR pushed a commit
to BridgeAR/node
that referenced
this pull request
Mar 12, 2019
PR-URL: nodejs#25995 Reviewed-By: João Reis <reis@janeasystems.com>
BridgeAR pushed a commit
to BridgeAR/node
that referenced
this pull request
Mar 12, 2019
PR-URL: nodejs#25995 Reviewed-By: João Reis <reis@janeasystems.com>
BridgeAR pushed a commit
to BridgeAR/node
that referenced
this pull request
Mar 12, 2019
PR-URL: nodejs#25995 Reviewed-By: João Reis <reis@janeasystems.com>
BridgeAR pushed a commit
to BridgeAR/node
that referenced
this pull request
Mar 12, 2019
PR-URL: nodejs#25995 Reviewed-By: João Reis <reis@janeasystems.com>
BethGriggs pushed a commit
that referenced
this pull request
Apr 16, 2019
PR-URL: #25995 Reviewed-By: João Reis <reis@janeasystems.com>
BethGriggs pushed a commit
that referenced
this pull request
Apr 16, 2019
PR-URL: #25995 Reviewed-By: João Reis <reis@janeasystems.com>
BethGriggs pushed a commit
that referenced
this pull request
Apr 16, 2019
PR-URL: #25995 Reviewed-By: João Reis <reis@janeasystems.com>
BethGriggs pushed a commit
that referenced
this pull request
Apr 16, 2019
PR-URL: #25995 Reviewed-By: João Reis <reis@janeasystems.com>
Merged
This was referenced May 29, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change lays the groundwork for ARM64 Windows ("Windows 10 on ARM") builds of Node.js.
Build script and configuration files gets new ARM64 Windows sections. The arch-specific check for NASM is scoped to the architectures that rely on it.
The bootstrap script arguments for Visual Studio tool installation are expanded to include ARM64 tools.
Documentation is updated to reflect all of these changes.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes