mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Drop the ignorelist concurrency back to 1 because I'm occasionally seeing
overlapping I/O. Something similar to how parallel index builds are now done will need to be done here too.
This commit is contained in:
parent
592c704625
commit
a90c52dabe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113606
@ -11,7 +11,7 @@ shift
|
||||
. ${pb}/scripts/buildenv
|
||||
|
||||
# -j# to make duds
|
||||
DUDSJOBS=4
|
||||
DUDSJOBS=1
|
||||
|
||||
usage () {
|
||||
echo "usage: makeduds branch"
|
||||
|
Loading…
Reference in New Issue
Block a user