Message ID | 1507309206-28423-3-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v2,1/2] travis: temporary turn off dpdk caching | expand |
diff --git a/.travis.yml b/.travis.yml index 7aff2e623..4bb7537df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -160,7 +160,7 @@ install: pushd ${TARGET} sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' .config popd - make install T=${TARGET} EXTRA_CFLAGS="-fPIC" + make install T=${TARGET} EXTRA_CFLAGS="-fPIC" MACHINE_CFLAGS="" rm -r ./doc ./${TARGET}/app ./${TARGET}/build popd fi diff --git a/scripts/build-pktio-dpdk b/scripts/build-pktio-dpdk index 6c6830ac0..e12bf576d 100755 --- a/scripts/build-pktio-dpdk +++ b/scripts/build-pktio-dpdk @@ -22,7 +22,7 @@ sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' .config popd #Build DPDK -make install T=${TARGET} EXTRA_CFLAGS="-fPIC" +make install T=${TARGET} EXTRA_CFLAGS="-fPIC" MACHINE_CFLAGS="" popd #Build ODP