Browse Source

Live dangerously since we don't care about intermittent build.sh failures

pull/209/head
Duke Leto 2 years ago
parent
commit
9e719cf3e7
  1. 3
      contrib/fresh_clone_compile_and_run.sh

3
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

Loading…
Cancel
Save