summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-24 04:17:08 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-24 04:17:08 -0400
commit743cb6a0e6166c536662e0bae5c281e1d641a46c (patch)
treecade1c3b8f7e678d04dffc3d8a145033646b0f35 /.travis.yml
parentf8a3b2c6f0c2c48db6aa6da8692eeb7bf58bd36d (diff)
downloadcryptopp-git-743cb6a0e6166c536662e0bae5c281e1d641a46c.tar.gz
Update Travis comments
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 0278c13e..5807cf4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -433,6 +433,11 @@ jobs:
- BUILD_OS=linux
- BUILD_MODE=all
- BUILD_JOBS=2
+ addons:
+ apt:
+ packages: ['clang-6.0', 'clang++-6.0']
+ sources: &sources
+ - llvm-toolchain-bionic-6.0
- os: linux
name: Android on Linux (armeabi-v7a)
arch: amd64
@@ -568,12 +573,8 @@ jobs:
- BUILD_ARCH=iPhoneSimulator
# We should be OK with PPC64 and GCC until Travis disallows
# access to the build machines. Clang is a differnt story.
- # The LLVM devs have their heads so far up their ass I don't
- # think we can un-fuck the mess they created on PowerPC. The
- # LLVM devs appear to have given up and define everything
- # from all the compilers to all the features. It does not
- # seem to matter to them the compiler does not actually
- # support what LLVM is advertising in the preprocessor.
+ # Clang 7.0 and below will likely have trouble due to
+ # https://bugs.llvm.org/show_bug.cgi?id=39704
- os: linux
name: Linux with GCC (all)
arch: ppc64le