Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-12-09 17:19:36 +0300
committerRich Trott <rtrott@gmail.com>2019-12-11 17:43:52 +0300
commit76cbb6628c302119fbace82142d6be0a08b569de (patch)
treed79bc8354dafca41e09a4bde2fabc512929c20a3 /BUILDING.md
parentc101251a95cc82142bee4637f8db6cc360a06d82 (diff)
doc: clarify Tier 2 implications in BUILDING.md
Clarify the explanation of Tier 2 platforms and binary releases. PR-URL: https://github.com/nodejs/node/pull/30866 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 1abcc4cbd1b..64497be6231 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -72,9 +72,8 @@ There are three support tiers:
Test failures on tier 1 platforms will block releases.
* **Tier 2**: These platforms represent smaller segments of the Node.js user
base. The Node.js Build Working Group maintains infrastructure for full test
- coverage. Test failures on tier 2 platforms will block releases. Delays in
- release of binaries for these platforms are acceptable where necessary due to
- infrastructure concerns.
+ coverage. Test failures on tier 2 platforms will block releases.
+ Infrastructure issues may delay the release of binaries for these platforms.
* **Experimental**: May not compile or test suite may not pass. The core team
does not create releases for these platforms. Test failures on experimental
platforms do not block releases. Contributions to improve support for these