Skip to content

Commit 9bea649

Browse files
committed
ldns: building in parallel still produces occasional bad objects
1 parent 37dd1ba commit 9bea649

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/ldns/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ CONFIGURE_OPTS[aarch64]+="
5050
--with-examples
5151
"
5252

53+
# Building in parallel produces occasional bad objects that then fail the
54+
# linking stage. This needs investigation but disable parallelism for now.
55+
NO_PARALLEL_MAKE=1
56+
5357
# The 'distclean' target clobbers too much including 'configure'
5458
make_clean() {
5559
logcmd $MAKE clean

0 commit comments

Comments
 (0)