Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial support for Darwin arm64 #34238

Merged
merged 2 commits into from
Aug 25, 2020
Merged

Add initial support for Darwin arm64 #34238

merged 2 commits into from
Aug 25, 2020

Commits on Aug 25, 2020

  1. deps: add openssl support for arm64

    This adds the required files for supporting openssl
    on arm64.
    
    This uses the same configuration that can be found in
    openssl/openssl#12369 to generate the required
    files.
    
    PR-URL: nodejs#34238
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ash Cripps <ashley.cripps@ibm.com>
    evanlucas committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    d06ff28 View commit details
    Browse the repository at this point in the history
  2. build: add support for build on arm64

    Ref: nodejs/TSC#886
    Ref: nodejs#34043
    
    PR-URL: nodejs#34238
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ash Cripps <ashley.cripps@ibm.com>
    evanlucas committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    e3b79e3 View commit details
    Browse the repository at this point in the history