diff options
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index dfb9ad5e..b6ee2e4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,8 +49,10 @@ addons: branch_pattern: coverity_scan apt: # - # We can't use dpdk-dev with trusty, only in xenial; Trusty didn't - # have DPDK support. + # These are the packages we want from the standard repository for + # Trusty. Trusty didn't have a DPDK package, so we can't install + # it from that repository (and Xenial's is DPDK 2.2, which is too + # old to support the libpcap DPDK code). # packages: - libusb-1.0-0-dev @@ -59,6 +61,14 @@ addons: - libnl-genl-3-dev - libibverbs-dev - libnuma-dev + # + # Try installing DPDK from the jessie-backports repository, as it's + # DPDK 16.11. + # + sources: + - sourceline: 'deb http://ftp.debian.org/debian jessie-backports main' + packages: + - libdpdk-dev git: quiet: true |