commit bc90a07f2cdaedb3a1bbbc1e88bd930528e9f386 from: Stefan Sperling date: Tue May 05 16:12:00 2020 UTC actually run release mode builds at the end of got-build-regress.sh commit - aaffadfc4d5bebb9a32f26329336903d62aef712 commit + bc90a07f2cdaedb3a1bbbc1e88bd930528e9f386 blob - 1b2647bcc6f92d547a741dc73da457d50b2ab8a5 blob + 5a3692a61da88ad6998b5a4be1753c1702ea8951 --- util/got-build-regress.sh +++ util/got-build-regress.sh @@ -128,8 +128,8 @@ fi printf "\n\n\tTesting a release build\n\n" >> build.log log_cmd build.log make clean log_cmd build.log make obj -log_cmd build.log make -j $ncpu GOT_RELEASE=1 -log_cmd build.log make -j $ncpu GOT_RELEASE=1 web +log_cmd build.log make -j $ncpu GOT_RELEASE=Yes +log_cmd build.log make -j $ncpu GOT_RELEASE=Yes web build_status="$?" if [ "$build_status" != "0" ]; then mail -s "$prog release mode build failure" $recipients < build.log