From ef6b19c4fade2dda8b7f6e7beb73cef6c60eb3b3 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 14 Mar 2016 20:55:28 +0000 Subject: libical: Set 'max-jobs' to 1 Their build system is broken in version 1.0.1, and this shouldn't slow down the build too much given that this chunk takes only around 40 seconds to build on a 2vCPU 2G RAM VM. It looks like version 2.0.0 includes fixes to this problem. See commit dcc40c7ae2d337a0d83c077bf9d8f283499c6717 in libical repo, and consider removing this restriction when upgrading. Change-Id: Ic55f13944094336addf9a54805cac67a6f3b9e26 --- strata/audio-bluetooth/libical.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/strata/audio-bluetooth/libical.morph b/strata/audio-bluetooth/libical.morph index 2ee7c96c..38c7fada 100644 --- a/strata/audio-bluetooth/libical.morph +++ b/strata/audio-bluetooth/libical.morph @@ -1,5 +1,6 @@ name: libical kind: chunk +max-jobs: 1 build-system: cmake configure-commands: - cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_INSTALL_LIBDIR=lib -- cgit v1.2.1