diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2013-07-02 09:09:22 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2013-07-02 09:18:22 +0000 |
commit | 59896346ccb8d103126eff163b36c9e16f38e6c6 (patch) | |
tree | b63455d996ba8a010e57142d834c0f1eade34557 | |
parent | f06f7489f224990b4c950e08edf16e713932f7a3 (diff) | |
download | perl-baserock/richardmaw/S8255/perl-no-parallel-build.tar.gz |
morphology: disable parallel buildbaserock/richardmaw/S8255/perl-no-parallel-build
It causes non-deterministic build failures. While most have been
seen on ARM, it can happen on other architectures.
-rw-r--r-- | perl.morph | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl.morph b/perl.morph index fac038c7f7..54333d357d 100644 --- a/perl.morph +++ b/perl.morph @@ -1,5 +1,9 @@ name: perl kind: chunk +# There is a parallel build issue early in perl's build process. +# This tends to only show up on ARM, but has been known to happen +# on other architectures. +max-jobs: 1 configure-commands: - sh Configure -des -Dprefix="$PREFIX" -Darchlib="$PREFIX/lib/perl" -Dprivlib="$PREFIX/share/perl" -Dbin="$PREFIX/bin" |