From 95ef71c43ccf6f2509566de1d873010350082f2b Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 4 Jun 2020 14:26:51 -0700 Subject: [PATCH] devops: support `--juggler` argument for `firefox/build.sh` script (#2472) --- browser_patches/firefox/build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/browser_patches/firefox/build.sh b/browser_patches/firefox/build.sh index 9223d54b09..5dd7c7c768 100755 --- a/browser_patches/firefox/build.sh +++ b/browser_patches/firefox/build.sh @@ -40,7 +40,11 @@ fi OBJ_FOLDER="obj-build-playwright" echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/${OBJ_FOLDER}" >> .mozconfig -./mach build +if [[ $1 == "--juggler" ]]; then + ./mach build faster +else + ./mach build +fi if [[ "$(uname)" == "Darwin" ]]; then node ../install-preferences.js $PWD/${OBJ_FOLDER}/dist