diff mbox series

[v3,9/13] travis: temporary turn off dpdk caching

Message ID 1507557617-32018-10-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v3,1/13] linux-gen: drop unused _odp_packet_cmp_data() function | expand

Commit Message

Github ODP bot Oct. 9, 2017, 2 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


some issues happened with dpdk, needed to be more
clear what we build. Turn off dpdk cache for now.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>

---
/** Email created from pull request 188 (WonderfulVoid:master)
 ** https://github.com/Linaro/odp/pull/188
 ** Patch: https://github.com/Linaro/odp/pull/188.patch
 ** Base sha: c16af6486eea240609f334b1bdc81a11404275de
 ** Merge commit sha: 4ad1d0615a4dcd74d4e9703090149eec1a58d7d2
 **/
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 88cc3f4eb..7aff2e623 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,7 +57,7 @@  cache:
         ccache: true
         pip: true
         directories:
-                - dpdk
+                #- dpdk
                 - netmap
                 - $HOME/cunit-install
                 - $HOME/doxygen-install