Fix a parallel make bug of opencv in CI env 33/24233/3
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 22 Apr 2020 10:09:57 +0000 (12:09 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 26 Apr 2020 12:15:59 +0000 (12:15 +0000)
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

templates/feature/agl-ci/99_local.conf.inc

index 5386671..8f6f697 100644 (file)
@@ -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"