ci: Use clang-9 instead of clang-8

This commit is contained in:
Paweł Bylica 2019-09-25 20:37:12 +02:00
parent fca9dfa23e
commit 49349e00b5
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF

View File

@ -118,10 +118,9 @@ jobs:
- build_and_test
build-cxx14-asan:
executor: linux
docker:
- image: ethereum/cpp-build-env:12-clang-9
environment:
CC: clang-8
CXX: clang++-8
CMAKE_OPTIONS: -DTOOLCHAIN=cxx14-pic -DSANITIZE=address
steps:
- build_and_test