summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-11-11 17:39:21 -0800
committerRich Trott <rtrott@gmail.com>2019-11-14 09:59:14 -0800
commitc71b89eb0607a875ed93b2d946e0dc650fab730b (patch)
treeec439ab1b737dc7b64c15dc5bd879ee56e96f6eb /BUILDING.md
parented401236f6988c6ad62a21dbbf808da83782bee0 (diff)
downloadandroid-node-v8-c71b89eb0607a875ed93b2d946e0dc650fab730b.tar.gz
android-node-v8-c71b89eb0607a875ed93b2d946e0dc650fab730b.tar.bz2
android-node-v8-c71b89eb0607a875ed93b2d946e0dc650fab730b.zip
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: https://github.com/nodejs/node/pull/30366 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 97580266f8..07b51b87cf 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -69,14 +69,14 @@ There are three support tiers:
* **Tier 1**: These platforms represent the majority of Node.js users. The
Node.js Build Working Group maintains infrastructure for full test coverage.
- All commits to the Node.js repository are tested on multiple variants of these
- platforms. Test failures on tier 1 platforms will block releases.
+ All commits to the Node.js repository are tested on these platforms. 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. All commits to the Node.js repository are tested on multiple
- variants of these platforms where practical. 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. All commits to the Node.js repository are tested on these platforms.
+ 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.
* **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