diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-04-22 12:09:57 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-04-23 17:26:53 +0000 |
commit | 3dd37af57f3098601c90e1bd59ed2281cb8e6e92 (patch) | |
tree | 2f0f426f1f26cf7fa4ff8e83cab6d99eb80d83e0 /templates/feature/agl-ci | |
parent | 3f746bbb527542ef65e9d9829d4ca00ea1fb9901 (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
Diffstat (limited to 'templates/feature/agl-ci')
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 3 |
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" |