Skip to content

Commit

Permalink
travis: Install bc utility for kernel compilation
Browse files Browse the repository at this point in the history
Newer kernels appear to require `bc` to build all the headers

Also, alphabetize the package list

Tested-at: https://travis-ci.org/ddiproietto/ovs/builds/82757574
Signed-off-by: Daniele Di Proietto <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
ddiproietto committed Sep 29, 2015
1 parent e88b97c commit 34e1211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ compiler:
addons:
apt:
packages:
- bc
- gcc-multilib
- libssl-dev
- llvm-dev
- gcc-multilib

before_install: ./.travis/prepare.sh

Expand Down

0 comments on commit 34e1211

Please sign in to comment.