travis: install specific linux-headers version
The Travis CI container-based apt whitelist only includes the specific linux-headers-3.13.0-40-generic package, not the generic linux-headers-generic package. Change-Id: I475908bc66194e08bf14861ada0897c06a1c7108 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
f6207364d3
commit
fc5bb244ca
@ -12,7 +12,7 @@ addons:
|
|||||||
- libcunit1-dev
|
- libcunit1-dev
|
||||||
- libaio-dev
|
- libaio-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- linux-headers-generic
|
- linux-headers-3.13.0-40-generic
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- wget http://fast.dpdk.org/rel/dpdk-16.07.tar.xz
|
- wget http://fast.dpdk.org/rel/dpdk-16.07.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user