Skip to content

win, build: arm64 port script and doc changes - #25995

Closed
jkunkee wants to merge 4 commits into
nodejs:masterfrom
jkunkee:arm64-win-build
Closed

win, build: arm64 port script and doc changes#25995
jkunkee wants to merge 4 commits into
nodejs:masterfrom
jkunkee:arm64-win-build

Conversation

@jkunkee

@jkunkeejkunkee commented Feb 7, 2019

Copy link
Copy Markdown
Contributor

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), or vcbuild test (Windows) passes
    • ARM64 vcbuild requires other changes, but Windows x64 passes.
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform. labels Feb 7, 2019
@jkunkee
jkunkeeforce-pushed the arm64-win-build branch 2 times, most recently from 6d4196a to c1f2ce5CompareFebruary 7, 2019 23:24
@jkunkeejkunkee mentioned this pull request Feb 8, 2019
Comment threadconfigure.py Outdated
Comment threadBUILDING.md Outdated
@jkunkeejkunkee mentioned this pull request Feb 8, 2019
2 tasks
@vielmetti

Copy link
Copy Markdown
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

Copy link
Copy Markdown
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.

Comment threadBUILDING.md Outdated
@jkunkee
jkunkeeforce-pushed the arm64-win-build branch 2 times, most recently from 3c65a55 to 333ea47CompareFebruary 15, 2019 01:24
@jkunkee
jkunkeeforce-pushed the arm64-win-build branch 2 times, most recently from 1abe49f to 7083224CompareFebruary 20, 2019 22:29
@joaocgreis

joaocgreis commented Mar 4, 2019

Copy link
Copy Markdown
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

Copy link
Copy Markdown
Member

Landed in d57c526...26cfaf4
Thanks @jkunkee!

@jkunkee
jkunkee deleted the arm64-win-build branch March 8, 2019 02:39
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>
@BethGriggsBethGriggs mentioned this pull request May 1, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.docIssues and PRs related to the documentations.toolsIssues and PRs related to the tools directory.windowsIssues and PRs related to the Windows platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@jkunkee@vielmetti@joaocgreis@refack@nodejs-github-bot