Skip to content

Add Node.js 16.15.0 #192

Merged
merged 8 commits into from
May 23, 2022
Merged

Add Node.js 16.15.0 #192

merged 8 commits into from
May 23, 2022

Commits on May 13, 2022

  1. node: Add version 16.15.0 'Gallium' (LTS)

    The current version is 17.x, but install the recommended 16.x series.
    
    [Change-log](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.15.0)
    pmenzel committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a17e3d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b571f45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee007e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8a8a1b View commit details
    Browse the repository at this point in the history
  5. node-16.15.0-0: Use GCC 11.1.0

    Address the warning below by using the latest GCC available in MarIuX:
    
        WARNING: C++ compiler (CXX=g++, 7.5.0) too old, need g++ 8.3.0 or clang++ 8.0.0
        WARNING: warnings were emitted in the configure phase
    pmenzel committed May 13, 2022
    Configuration menu
    Copy the full SHA
    edfb5db View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. node-16.15.0-0: Add gcc-11.1.0 libraries to LD_LIBRARY_PATH

    The profile currently does not set this.
    pmenzel committed May 23, 2022
    Configuration menu
    Copy the full SHA
    9a23033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd61490 View commit details
    Browse the repository at this point in the history
  3. node: Use LLVM 13.0.1 as its profile sets LD_LIBRARY_PATH

    The build currently fails with the GCC 11.1.0 package, [as its profile
    does not set `LD_LIBRARY_PATH`][1].
    
    [1]: #193
    pmenzel committed May 23, 2022
    Configuration menu
    Copy the full SHA
    70b67e9 View commit details
    Browse the repository at this point in the history