We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c5926 commit ab2ade8Copy full SHA for ab2ade8
.travis.yml
@@ -13,9 +13,10 @@ compiler:
13
install:
14
- sudo apt-get install -y coreutils build-essential git
15
- sudo apt-get install -y linux-headers-`uname -r`
16
+ - sudo apt-get install -y libnuma-dev
17
18
script:
19
- make -C dpdk install T=x86_64-native-linuxapp-gcc
20
- make -C lib CONF_CFLAGS="-Wno-unused-but-set-variable"
21
- make -C tools
- - make -C example
22
+ - make -C example
0 commit comments