Use old toolchain with clang-9

This commit is contained in:
Krystian Stasiowski
2020-02-02 21:22:30 -05:00
parent e0bb370e6b
commit b0571f37a2

View File

@ -254,6 +254,7 @@ jobs:
env: ["COMMENT=STANDALONE", "B2_TOOLSET=clang-9", "B2_DEFINES=define=BOOST_STATIC_STRING_STANDALONE", "B2_CXXSTD=17"]
apt:
sources:
- llvm-toolchain-xenial-8
- ubuntu-toolchain-r-test
- sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'