Skip to content

Commit

Permalink
x86_64: add libnuma-dev for dpdk build (v17.11)
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <[email protected]>
  • Loading branch information
thehajime committed May 10, 2019
1 parent 65278e4 commit b27992e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TARGETS := circleci circleci-android circleci-android-arm32 \
# build (pushing just a tag apparently does not work).
#
TAG_circleci := 0.5
TAG_circleci-x86_64 := 0.7
TAG_circleci-x86_64 := 0.8
TAG_circleci-i386 := 0.1
TAG_circleci-mingw := 0.6
TAG_circleci-android := 0.5
Expand Down
2 changes: 1 addition & 1 deletion circleci/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM lkldocker/circleci:0.5
LABEL authors="Hajime Tazaki <[email protected]>, Octavian Purdila <[email protected]>"

RUN sudo apt-get update && \
sudo apt-get install -y libfuse-dev libarchive-dev linux-headers-4.4.0-97-generic valgrind && \
sudo apt-get install -y libfuse-dev libarchive-dev linux-headers-4.4.0-97-generic valgrind libnuma-dev && \
sudo rm -rf /var/lib/apt/lists/*

0 comments on commit b27992e

Please sign in to comment.