Skip to content

Commit 5c88500

Browse files
Trotttargos
authored andcommitted
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. PR-URL: #30366 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent a7d552c commit 5c88500

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

BUILDING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ There are three support tiers:
6767

6868
* **Tier 1**: These platforms represent the majority of Node.js users. The
6969
Node.js Build Working Group maintains infrastructure for full test coverage.
70-
All commits to the Node.js repository are tested on multiple variants of these
71-
platforms. Test failures on tier 1 platforms will block releases.
70+
All commits to the Node.js repository are tested on these platforms. Test
71+
failures on tier 1 platforms will block releases.
7272
* **Tier 2**: These platforms represent smaller segments of the Node.js user
7373
base. The Node.js Build Working Group maintains infrastructure for full test
74-
coverage. All commits to the Node.js repository are tested on multiple
75-
variants of these platforms where practical. Test failures on tier 2 platforms
76-
will block releases. Delays in release of binaries for these platforms are
77-
acceptable where necessary due to infrastructure concerns.
74+
coverage. All commits to the Node.js repository are tested on these platforms.
75+
Test failures on tier 2 platforms will block releases. Delays in release of
76+
binaries for these platforms are acceptable where necessary due to
77+
infrastructure concerns.
7878
* **Experimental**: May not compile or test suite may not pass. The core team
7979
does not create releases for these platforms. Test failures on experimental
8080
platforms do not block releases. Contributions to improve support for these

0 commit comments

Comments
 (0)