From a8eeea4ead8e4d3288c01b91854df57c2485a671 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 13 Mar 2019 23:06:32 +0100 Subject: [PATCH] drop parallel=64 build option --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index 41715c5..d9fe832 100755 --- a/build +++ b/build @@ -8,7 +8,7 @@ current_testing=buster if [ -z "$exp_srcpkg" ] then - echo "Do not call this script directly, use the build-thunderbird or build-firefox scripts" + echo "Do not call this script directly, use the thunderbird-patches/build-thunderbird or firefox-patches/build-firefox scripts" exit 1 fi @@ -113,4 +113,4 @@ else fi fi -DEB_BUILD_OPTIONS="nocheck noddebs parallel=64" pdebuild --debbuildopts -B -- --basetgz "$basetgz" +DEB_BUILD_OPTIONS="nocheck noddebs $DEB_BUILD_OPTIONS" pdebuild --debbuildopts -B -- --basetgz "$basetgz" -- GitLab