Skip to content

Commit

Permalink
ci: use gcc-7, not g++-7 for gcov binary
Browse files Browse the repository at this point in the history
Just for gcov, g++-7 is an overkill.
  • Loading branch information
sangjinhan committed Aug 16, 2018
1 parent 4295263 commit 6ee20cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install:
- sudo gem install ffi fpm
- pip2 install --user grpcio==1.10 scapy codecov
- pip3 install --user grpcio==1.10 scapy coverage
- "[[ ${COVERAGE:-0} == 0 ]] || sudo apt-get install -y g++-7" # install gcov-7
- "[[ ${COVERAGE:-0} == 0 ]] || sudo apt-get install -y gcc-7" # install gcov-7
- "[[ ${SANITIZE:-0} == 0 ]] || sudo apt-get install -y llvm-3.8"
- ln -s /build/dpdk-17.11 deps
- "docker pull nefelinetworks/bess_build:latest${TAG_SUFFIX} | cat" # cat suppresses progress bars
Expand Down

0 comments on commit 6ee20cb

Please sign in to comment.