From 4380b3f45bd10e4fff16fd6dd3515c973c61dfb7 Mon Sep 17 00:00:00 2001 From: Kim Moir Date: Wed, 5 Dec 2018 19:49:38 +0000 Subject: [PATCH] Bug 1510602 - update build documentation to mention artifact builds r=firefox-build-system-reviewers,gps Differential Revision: https://phabricator.services.mozilla.com/D13435 --HG-- extra : moz-landing-system : lando --- python/mozboot/mozboot/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mozboot/mozboot/bootstrap.py b/python/mozboot/mozboot/bootstrap.py index 2846b4c661ce..f5af5f8af4ef 100644 --- a/python/mozboot/mozboot/bootstrap.py +++ b/python/mozboot/mozboot/bootstrap.py @@ -40,7 +40,7 @@ APPLICATION_CHOICE = ''' Note on Artifact Mode: Artifact builds download prebuilt C++ components rather than building -them locally. +them locally. Artifact builds are faster! Artifact builds are recommended for people working on Firefox or Firefox for Android frontends. They are unsuitable for those working