Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2021-11-18 16:40:29 +0300
committerBryan Drewery <bryan@shatow.net>2021-11-18 16:42:08 +0300
commit829595e5585269ef23f61449110ee843ff0e8fd6 (patch)
tree9639184ff0cb6a12bc0b06ad88c97b820d371eb9 /src
parent2560c6a3738b1037dc2a7cc656f2231bfc2a53ef (diff)
Need to bset builders still.
Fixes: 80ec59d8e523fc116f80a8555a5d38bb60f09510
Diffstat (limited to 'src')
-rwxr-xr-xsrc/share/poudriere/common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/share/poudriere/common.sh b/src/share/poudriere/common.sh
index 298b6200..f9fdd1f3 100755
--- a/src/share/poudriere/common.sh
+++ b/src/share/poudriere/common.sh
@@ -4867,6 +4867,7 @@ parallel_build() {
coprocess_start pkg_cacher
+ bset builders "${JOBS}"
bset status "parallel_build:"
[ ! -d "${MASTER_DATADIR}/pool" ] && err 1 "Build pool is missing"