Skip to content

Commit

Permalink
misc: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
trevnorris committed May 7, 2024
1 parent 3f022bd commit 9629509
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ platforms. This is true regardless of entries in the table below.
| AIX | ppc64be >=power8 | >= 7.2 TL04 | Tier 2 | |
| FreeBSD | x64 | >= 12.4 | Experimental | |

<!--lint disable final-definition-->

[^1]: Older kernel versions may work. However official N|Solid release
binaries are [built on RHEL 8 systems](#official-binary-platforms-and-toolchains)
with kernel 4.18.
Expand All @@ -146,6 +148,8 @@ platforms. This is true regardless of entries in the table below.
[^5]: Our macOS x64 Binaries are compiled with 10.15 as a target. Xcode11 is
required to compile.

<!--lint enable final-definition-->

### Supported toolchains

Depending on the host platform, the selection of toolchains may vary.
Expand All @@ -172,6 +176,8 @@ Binaries at <https://downloads.nodesource.com/> are produced on:
| linux-x64 | RHEL 8 with gcc-toolset-10[^6] |
| win-x64 and win-x86 | Windows 2012 R2 (x64) with Visual Studio 2019 |

<!--lint disable final-definition-->

[^6]: Binaries produced on these systems are compatible with glibc >= 2.28
and libstdc++ >= 6.0.25 (`GLIBCXX_3.4.25`). These are available on
distributions natively supporting GCC 8.1 or higher, such as Debian 10,
Expand All @@ -182,6 +188,8 @@ Binaries at <https://downloads.nodesource.com/> are produced on:
distributions natively supporting GCC 9.3 or higher, such as Debian 11,
Ubuntu 20.04.

<!--lint enable final-definition-->

#### OpenSSL asm support

OpenSSL-1.1.1 requires the following assembler version for use of asm
Expand Down
2 changes: 1 addition & 1 deletion doc/changelogs/NSOLID_CHANGELOG_V5_NODE_V20.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 2024-04-29, Version 20.12.2-nsolid-v5.2.0 'Iron'

* [78e6453747] - src: fix the base case in the heap profiler JSON generation (Juan José Arboleda) https://github.com/nodesource/nsolid/pull/125
* \[[78e6453747](https://github.com/nodesource/nsolid/commit/78e6453747)] - src: fix the base case in the heap profiler JSON generation (Juan José Arboleda) <https://github.com/nodesource/nsolid/pull/125>

## 2024-04-10, Version 20.12.2-nsolid-v5.1.2 'Iron'

Expand Down

0 comments on commit 9629509

Please sign in to comment.