Skip to content

Commit e9ccf5a

Browse files
authored
doc: accommodate upcoming stricter .md linting
remark-lint-final-definition@4.0.0 will start flagging footnotes in BUILDING.md. I don't think we want to move them to the bottom, so I've disabled the lint rule where relevant. Ref: nodejs/remark-preset-lint-node#511 PR-URL: #52454 Refs: nodejs/remark-preset-lint-node#511 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent b4186ec commit e9ccf5a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

BUILDING.md

+8
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ platforms. This is true regardless of entries in the table below.
121121
| AIX | ppc64be >=power8 | >= 7.2 TL04 | Tier 2 | |
122122
| FreeBSD | x64 | >= 13.2 | Experimental | |
123123

124+
<!--lint disable final-definition-->
125+
124126
[^1]: Older kernel versions may work. However official Node.js release
125127
binaries are [built on RHEL 8 systems](#official-binary-platforms-and-toolchains)
126128
with kernel 4.18.
@@ -147,6 +149,8 @@ platforms. This is true regardless of entries in the table below.
147149
[^5]: Our macOS x64 Binaries are compiled with 11.0 as a target. Xcode 13 is
148150
required to compile.
149151

152+
<!--lint enable final-definition-->
153+
150154
### Supported toolchains
151155

152156
Depending on the host platform, the selection of toolchains may vary.
@@ -173,6 +177,8 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
173177
| linux-x64 | RHEL 8 with gcc-toolset-10[^6] |
174178
| win-x64 and win-x86 | Windows Server 2022 (x64) with Visual Studio 2022 |
175179

180+
<!--lint disable final-definition-->
181+
176182
[^6]: Binaries produced on these systems are compatible with glibc >= 2.28
177183
and libstdc++ >= 6.0.25 (`GLIBCXX_3.4.25`). These are available on
178184
distributions natively supporting GCC 8.1 or higher, such as Debian 10,
@@ -183,6 +189,8 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
183189
distributions natively supporting GCC 9.3 or higher, such as Debian 11,
184190
Ubuntu 20.04.
185191

192+
<!--lint enable final-definition-->
193+
186194
#### OpenSSL asm support
187195

188196
OpenSSL-1.1.1 requires the following assembler version for use of asm

0 commit comments

Comments
 (0)