Message ID | 1534442411-9502-6-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v6,1/13] travis: add docker tests | expand |
diff --git a/scripts/ci/build_x86_64.sh b/scripts/ci/build_x86_64.sh index 4cd3ed00f..d49271d9e 100755 --- a/scripts/ci/build_x86_64.sh +++ b/scripts/ci/build_x86_64.sh @@ -27,7 +27,6 @@ cd ./odp ./configure ${CONF} \ --with-dpdk-path=${DPDKPATH} -make clean make -j 8 # Ignore possible failures there because these tests depends on measurements # and systems might differ in performance. diff --git a/scripts/ci/coverage.sh b/scripts/ci/coverage.sh index 4326cb7dd..0d812e82b 100755 --- a/scripts/ci/coverage.sh +++ b/scripts/ci/coverage.sh @@ -21,7 +21,6 @@ cd ./odp ./configure \ CFLAGS="-O0 -coverage" CXXFLAGS="-O0 -coverage" LDFLAGS="--coverage" \ --enable-debug=full --enable-helper-linux -make clean export CCACHE_DISABLE=1 make -j $(nproc)