Skip to content

Commit ab2ade8

Browse files
author
logwang
committed
travis-ci: update the dependences and clean cache.
1 parent 76c5926 commit ab2ade8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ compiler:
1313
install:
1414
- sudo apt-get install -y coreutils build-essential git
1515
- sudo apt-get install -y linux-headers-`uname -r`
16+
- sudo apt-get install -y libnuma-dev
1617

1718
script:
1819
- make -C dpdk install T=x86_64-native-linuxapp-gcc
1920
- make -C lib CONF_CFLAGS="-Wno-unused-but-set-variable"
2021
- make -C tools
21-
- make -C example
22+
- make -C example

0 commit comments

Comments
 (0)