aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-05-06 16:03:56 +0300
committerMatias Elo <matias.elo@nokia.com>2020-05-06 16:03:56 +0300
commitc976c0680f69d6af34e613816976a6e96b1ba82d (patch)
tree37bbc12ce3d19d3ac64635703261bb55e22ac01e /scripts/ci
parent62712bbd4d45b98dde9d9f3bc4c8f577d6a762d7 (diff)
parent7f3804e165875c8f7b6b06358f9ec3532d1ec43e (diff)
Merge branch 'master' of https://github.com/OpenDataPlane/odp into odp-dpdk
Signed-off-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/coverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/coverage.sh b/scripts/ci/coverage.sh
index deb92b7b4..dc0d8cfc7 100755
--- a/scripts/ci/coverage.sh
+++ b/scripts/ci/coverage.sh
@@ -9,7 +9,7 @@ cd "$(dirname "$0")"/../..
./bootstrap
./configure \
CFLAGS="-O0 -coverage $CLFAGS" CXXFLAGS="-O0 -coverage $CXXFLAGS" LDFLAGS="--coverage $LDFLAGS" \
- --enable-debug=full --enable-helper-linux --disable-test-perf
+ --enable-debug=full --enable-helper-linux
export CCACHE_DISABLE=1
make -j $(nproc)