From d27a4bcb38128c4fd12415f9006b6fc62fdadff6 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sun, 29 Mar 2020 11:36:10 +0200 Subject: [PATCH] check if mach bootstrap errors when succeeding? --- binary_tarball/scripts/4_Build_Binary_Tarball.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/binary_tarball/scripts/4_Build_Binary_Tarball.sh index e38c808..8dd4bf9 100755 --- a/binary_tarball/scripts/4_Build_Binary_Tarball.sh +++ b/binary_tarball/scripts/4_Build_Binary_Tarball.sh @@ -1,8 +1,6 @@ #!/bin/bash printf "\n\n--------------------------------------- BUILD -----------------------------------------------\n"; -set -e - # Setup Script Variables srcdir=$1; OUTPUT_TARBALL=$2; @@ -48,7 +46,7 @@ cd $srcdir; # Runs bootstrapper to install dependencies printf "\nRunning bootstrapper to install build dependencies (using ./mach script within source code)\n"; -./mach bootstrap --application-choice=browser --no-interactive; +./mach bootstrap --application-choice=browser --no-interactive # add cargo binary to path source /root/.cargo/env