summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index daffb38f..d5939c37 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -581,10 +581,10 @@ second_build() {
echo "============================================================================="
set -x
local TMPCFG=$(mktemp -t pbuilderrc_XXXX --tmpdir=$TMPDIR)
- NEW_NUM_CPU=$(echo $NUM_CPU-1|bc)
- # on armhf we always have different number of cores between 1st+2nd build due to the chosen nodes
+ NEW_NUM_CPU=$NUM_CPU
+ # on armhf we cannot guarantee we have a different number of cores between 1st+2nd build due to the chosen nodes...
if [ "$ARCH" = "armhf" ] ; then
- NEW_NUM_CPU=$NUM_CPU
+ NEW_NUM_CPU=$(echo $NUM_CPU-1|bc)
fi
cat > "$TMPCFG" << EOF
BUILDUSERID=2222