From 9e719cf3e70429a6049bf663269b4acfcc803647 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 19 Sep 2022 22:22:11 -0400 Subject: [PATCH] Live dangerously since we don't care about intermittent build.sh failures --- contrib/fresh_clone_compile_and_run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/fresh_clone_compile_and_run.sh b/contrib/fresh_clone_compile_and_run.sh index bc0364cf9..a895f3cc3 100755 --- a/contrib/fresh_clone_compile_and_run.sh +++ b/contrib/fresh_clone_compile_and_run.sh @@ -6,7 +6,8 @@ # Usage: $0 BRANCH JOBS # TODO: default to master branch with 2 jobs -set -eu -o pipefail +# we don't want this for our build.sh and make commands +#set -eu -o pipefail BRANCH=$1