diff options
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" |