Commit 23644565 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

images/tas: fix dpdk url

parent 112986a9
...@@ -4,8 +4,8 @@ set -eux ...@@ -4,8 +4,8 @@ set -eux
apt-get -y install libnuma-dev libgmp-dev bc python apt-get -y install libnuma-dev libgmp-dev bc python
cd /root/ cd /root/
wget http://deb.debian.org/debian/pool/main/d/dpdk/dpdk_18.11.8.orig.tar.xz wget http://fast.dpdk.org/rel/dpdk-18.11.8.tar.gz
tar xf dpdk_18.11.8.orig.tar.xz tar xf dpdk-18.11.8.tar.gz
cd dpdk-stable-18.11.8 cd dpdk-stable-18.11.8
make -j4 install T=x86_64-native-linuxapp-gcc DESTDIR=/root/dpdk make -j4 install T=x86_64-native-linuxapp-gcc DESTDIR=/root/dpdk
cd .. cd ..
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment