diff mbox series

[v5,5/11] ci: do not do clean

Message ID 1533225614-20192-6-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v5,1/11] travis: add docker tests | expand

Commit Message

Github ODP bot Aug. 2, 2018, 4 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


Signed-off-by: Maxim Uvarov <maxim.uvarov@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: 1ca948a3fc61fc94775495bb529ab02560071b04
 **/
 scripts/ci/build_x86_64.sh | 1 -
 scripts/ci/coverage.sh     | 1 -
 2 files changed, 2 deletions(-)
diff mbox series

Patch

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)