From: Maxim Uvarov <maxim.uva...@linaro.org> peformance tests usually take a lot of time, code coverage has to be done with validation tests.
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org> --- /** Email created from pull request 647 (muvarov:master_docker2) ** https://github.com/Linaro/odp/pull/647 ** Patch: https://github.com/Linaro/odp/pull/647.patch ** Base sha: 6886a2ca3d3dd1157302ddee424c36f632903bd0 ** Merge commit sha: f6c5d19f7fb9f83b8a2cbbed692a510146ca7df9 **/ scripts/ci/coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/coverage.sh b/scripts/ci/coverage.sh index 2627d64ba..6d0d7c738 100755 --- a/scripts/ci/coverage.sh +++ b/scripts/ci/coverage.sh @@ -19,7 +19,7 @@ cd ./odp ./bootstrap ./configure \ CFLAGS="-O0 -coverage $CLFAGS" CXXFLAGS="-O0 -coverage $CXXFLAGS" LDFLAGS="--coverage $LDFLAGS" \ - --enable-debug=full --enable-helper-linux --enable-dpdk + --enable-debug=full --enable-helper-linux --enable-dpdk --disable-test-perf --disable-test-perf-proc export CCACHE_DISABLE=1 make -j $(nproc)