Unverified Commit 192bbc42 authored by Simone Angeloni's avatar Simone Angeloni Committed by GitHub

Fixing broken CI builds for the clang toolchain (#763)

parent 9c6f5d1c
......@@ -24,7 +24,7 @@ matrix:
- COV_TOOL_ARGS=gcov
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-bionic-4.0']
packages: [ 'apport', 'cmake', 'clang-4.0', 'llvm-4.0-tools', 'libstdc++-6-dev', 'libssl-dev', 'libcurl4-openssl-dev', 'gdb', 'lcov', 'cppcheck' ]
- os: linux
......@@ -35,7 +35,7 @@ matrix:
- COV_TOOL_ARGS=gcov
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-bionic-5.0']
packages: [ 'apport', 'cmake', 'clang-5.0', 'llvm-5.0-tools', 'libstdc++-6-dev', 'libssl-dev', 'libcurl4-openssl-dev', 'gdb', 'lcov', 'cppcheck' ]
- os: linux
......@@ -46,7 +46,7 @@ matrix:
- COV_TOOL_ARGS=gcov
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-6.0']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-bionic-6.0']
packages: [ 'apport', 'cmake', 'clang-6.0', 'llvm-6.0-tools', 'libstdc++-6-dev', 'libssl-dev', 'libcurl4-openssl-dev', 'gdb', 'lcov', 'cppcheck' ]
# Linux GCC builds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment