2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Try using clang37 from precise distro.

[skip appveyor]
This commit is contained in:
Rene Rivera
2019-03-27 07:51:30 -05:00
parent 81f9ba9722
commit c2f45e4708

View File

@@ -138,14 +138,14 @@ jobs:
- compiler: clang++-3.7
env: TOOLSET=clang
os: linux
dist: trusty
dist: precise
addons:
apt:
packages:
- clang-3.7
- libstdc++-4.9-dev
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
- compiler: clang++-3.8
env: TOOLSET=clang
os: linux