Skip to content

Commit 86516c3

Browse files
committed
doc: remove "multiple variants" from BUILDING.md
The statement that tests for tier 1 platforms are run on multiple variants is not true. We usually only run on one variant of macOS. Remove "multiple", which simplifies and clarifies the statements anyway.
1 parent ed40123 commit 86516c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

BUILDING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ There are three support tiers:
6969

7070
* **Tier 1**: These platforms represent the majority of Node.js users. The
7171
Node.js Build Working Group maintains infrastructure for full test coverage.
72-
All commits to the Node.js repository are tested on multiple variants of these
73-
platforms. Test failures on tier 1 platforms will block releases.
72+
All commits to the Node.js repository are tested on these platforms. Test
73+
failures on tier 1 platforms will block releases.
7474
* **Tier 2**: These platforms represent smaller segments of the Node.js user
7575
base. The Node.js Build Working Group maintains infrastructure for full test
76-
coverage. All commits to the Node.js repository are tested on multiple
77-
variants of these platforms where practical. Test failures on tier 2 platforms
78-
will block releases. Delays in release of binaries for these platforms are
79-
acceptable where necessary due to infrastructure concerns.
76+
coverage. All commits to the Node.js repository are tested on these platforms.
77+
Test failures on tier 2 platforms will block releases. Delays in release of
78+
binaries for these platforms are acceptable where necessary due to
79+
infrastructure concerns.
8080
* **Experimental**: May not compile or test suite may not pass. The core team
8181
does not create releases for these platforms. Test failures on experimental
8282
platforms do not block releases. Contributions to improve support for these

0 commit comments

Comments
 (0)