Switch UBSAN from g++-8 to g++-9

This commit is contained in:
Peter Dimov
2020-01-01 23:47:39 +02:00
parent ca525cd7b2
commit 673dd13eaa

View File

@ -128,12 +128,12 @@ matrix:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- os: linux - os: linux
compiler: g++-8 compiler: g++-9
env: UBSAN=1 TOOLSET=gcc COMPILER=g++-8 CXXSTD=03,11,14,17 UBSAN_OPTIONS=print_stacktrace=1 LINKFLAGS=-fuse-ld=gold env: UBSAN=1 TOOLSET=gcc COMPILER=g++-9 CXXSTD=03,11,14,17,2a UBSAN_OPTIONS=print_stacktrace=1 LINKFLAGS=-fuse-ld=gold
addons: addons:
apt: apt:
packages: packages:
- g++-8 - g++-9
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test