From: Maxim Uvarov <maxim.uva...@linaro.org>

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: 1ca948a3fc61fc94775495bb529ab02560071b04
 **/
 scripts/ci/build_x86_64.sh | 1 -
 scripts/ci/coverage.sh     | 1 -
 2 files changed, 2 deletions(-)

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)
 

Reply via email to