From 85573cb93cf8a31379396d5f3317f39ff49d2946 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sun, 29 Mar 2020 12:20:30 +0200 Subject: [PATCH] re-run bootstrap --- binary_tarball/scripts/4_Build_Binary_Tarball.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/binary_tarball/scripts/4_Build_Binary_Tarball.sh index 8dd4bf9..0510994 100755 --- a/binary_tarball/scripts/4_Build_Binary_Tarball.sh +++ b/binary_tarball/scripts/4_Build_Binary_Tarball.sh @@ -51,6 +51,10 @@ printf "\nRunning bootstrapper to install build dependencies (using ./mach scrip # add cargo binary to path source /root/.cargo/env +# Runs bootstrapper agin to install dependencies (like cbindgen) +printf "\nRunning bootstrapper to install remaining build dependencies (using ./mach script within source code)\n"; +./mach bootstrap --application-choice=browser --no-interactive + rm -f mozconfig # Do 3-tier PGO