summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-04-22 12:09:57 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-04-26 12:15:59 +0000
commit5eda56eed5a507e2512b80f64a8d60cfcf053daa (patch)
treeb3444bd3c182bc3d5e7fe12bc0fa24256501c86b
parent9f6980fe13d92013ace97c1f9083fe37531f3b81 (diff)
Fix a parallel make bug of opencv in CI env
I cannot reproduce it outside of the CI env, thus limited to CI for now. https://build.automotivelinux.org/job/ci-platform-meta-agl-verify-CIB-aglcompositor-qemux86-64/65/consoleFull Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I7168136045766006d62c691d10f7148bc299d0d0
-rw-r--r--templates/feature/agl-ci/99_local.conf.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc
index 5386671ba..8f6f697cd 100644
--- a/templates/feature/agl-ci/99_local.conf.inc
+++ b/templates/feature/agl-ci/99_local.conf.inc
@@ -1 +1,4 @@
DISTRO_FEATURES_append = " AGLCI"
+# opencv seems to have a parallel make bug
+# ...contrib/modules/xfeatures2d/test/test_features2d.cpp:51:10: fatal error: features2d/test/test_detectors_regression.impl.hpp: No such file or directory
+PARALLEL_MAKE_pn-opencv = "-j 1"