Commit bc90a07f2cdaedb3a1bbbc1e88bd930528e9f386

Stefan Sperling 2020-05-05T16:12:00

actually run release mode builds at the end of got-build-regress.sh

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/util/got-build-regress.sh b/util/got-build-regress.sh
index 1b2647b..5a3692a 100755
--- a/util/got-build-regress.sh
+++ b/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