Skip to content

Commit

Permalink
devops(firefox): fix arm build dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Feb 3, 2021
1 parent 11f570b commit 986bdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser_patches/firefox/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 986bdda

Please sign in to comment.