From 986bddaecc828e921bad666b11690deec1b40868 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 2 Feb 2021 23:03:54 -0700 Subject: [PATCH] devops(firefox): fix arm build dependency management --- browser_patches/firefox/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_patches/firefox/build.sh b/browser_patches/firefox/build.sh index d45af9e714..27eb5af600 100755 --- a/browser_patches/firefox/build.sh +++ b/browser_patches/firefox/build.sh @@ -80,7 +80,7 @@ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/${OBJ_FOLDER}" >> .mozconfig if [[ $1 == "--full" ]]; then if [[ "$(uname)" == "Darwin" && "$(uname -m)" == "arm64" ]]; then ./mach artifact toolchain --from-build macosx64-node - mv node "$HOME/.mozbuild" + mv node "$HOME/.mozbuild/node" elif [[ "$(uname)" == "Darwin" || "$(uname)" == "Linux" ]]; then SHELL=/bin/sh ./mach bootstrap --application-choice=browser --no-interactive --no-system-changes fi