Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4b6036a07b9767ecdb9b04f1effb5170c3f7dd4e
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e3b79e3bbe635fc7f57ff3df0c99dbb8f63ce05e
Choose a head ref
  • 2 commits
  • 63 files changed
  • 1 contributor

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: #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: #34043
    
    PR-URL: #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
Loading