Add kludge to stop auto-rebuild during the mass rebuild

This commit is contained in:
Florian Weimer 2021-07-21 22:35:57 +02:00
parent 0dd0190421
commit 455e25392f

View File

@ -1030,6 +1030,9 @@ cat /proc/sysinfo 2>/dev/null || true
cat /proc/meminfo
df
# Prevent rebuild within the mass rebuild.
exit 1
# We build using the native system compilers.
GCC=gcc
GXX=g++