File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5
5
swagger-codegen *
6
6
.vscode /*
7
7
.idea /*
8
+ cmake-build-debug /*
8
9
Vagrantfile
10
+ libyang /*
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ PACKAGES=""
16
16
PACKAGES+=" git" # needed to clone dependencies
17
17
PACKAGES+=" build-essential cmake" # provides compiler and other compilation tools
18
18
PACKAGES+=" bison flex libelf-dev" # bcc dependencies
19
- PACKAGES+=" libllvm5.0 llvm-5.0-dev libclang-5.0-dev" # bpf tools compilation toolchain
19
+ PACKAGES+=" libllvm-9-ocaml-dev libllvm9 llvm-9 llvm-9-dev llvm-9-doc llvm-9-examples llvm-9-runtime clang-9 lldb-9 lld-9 llvm-9-tools libclang-9-dev"
20
+ PACKAGES+=" libllvm9 llvm-9-dev libclang-9-dev" # bpf tools compilation tool chain
20
21
PACKAGES+=" libnl-route-3-dev libnl-genl-3-dev" # netlink library
21
22
PACKAGES+=" uuid-dev"
22
23
PACKAGES+=" golang-go" # needed for polycubectl and pcn-k8s
You can’t perform that action at this time.
0 commit comments