apt:
sources:
- llvm-toolchain-trusty-6.0
- # llvm-6 depends on gcc-4.9 which is not in main repo
+ # llvm-6 requires libstdc++4.9 which is not in main repo
- ubuntu-toolchain-r-test
packages:
# From sources above
- BUILD=make
- MAKEFLAGS="-j4"
- MAKE_CHECK_COMMAND="true"
- - LLVM_VERSION=5.0
+ - LLVM_VERSION=6.0
- LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
- - OVERRIDE_CC="gcc-4.8"
- - OVERRIDE_CXX="g++-4.8"
- DRI_LOADERS="--disable-glx --disable-gbm --disable-egl"
- DRI_DRIVERS=""
- GALLIUM_ST="--enable-dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx-bellagio --disable-gallium-osmesa"
addons:
apt:
sources:
- - llvm-toolchain-trusty-5.0
+ - llvm-toolchain-trusty-6.0
+ # llvm-6 requires libstdc++4.9 which is not in main repo
+ - ubuntu-toolchain-r-test
packages:
- # LLVM packaging is broken and misses these dependencies
- - libedit-dev
# From sources above
- - llvm-5.0-dev
+ - llvm-6.0-dev
# Common
- xz-utils
- x11proto-xf86vidmode-dev
apt:
sources:
- llvm-toolchain-trusty-6.0
- # llvm-6 depends on gcc-4.9 which is not in main repo
+ # llvm-6 requires libstdc++4.9 which is not in main repo
- ubuntu-toolchain-r-test
packages:
# From sources above
apt:
sources:
- llvm-toolchain-trusty-6.0
- # llvm-6 depends on gcc-4.9 which is not in main repo
+ # llvm-6 requires libstdc++4.9 which is not in main repo
- ubuntu-toolchain-r-test
packages:
- libclc-dev
apt:
sources:
- llvm-toolchain-trusty-6.0
- # llvm-6 depends on gcc-4.9 which is not in main repo
+ # llvm-6 requires libstdc++4.9 which is not in main repo
- ubuntu-toolchain-r-test
packages:
# From sources above
- BUILD=scons
- SCONSFLAGS="-j4"
- SCONS_TARGET="swr=1"
- - LLVM_VERSION=5.0
+ - LLVM_VERSION=6.0
- LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
# Keep it symmetrical to the make build. There's no actual SWR, yet.
- SCONS_CHECK_COMMAND="true"
- - OVERRIDE_CC="gcc-4.8"
- - OVERRIDE_CXX="g++-4.8"
addons:
apt:
sources:
- - llvm-toolchain-trusty-5.0
+ - llvm-toolchain-trusty-6.0
+ # llvm-6 requires libstdc++4.9 which is not in main repo
+ - ubuntu-toolchain-r-test
packages:
- # LLVM packaging is broken and misses these dependencies
- - libedit-dev
# From sources above
- - llvm-5.0-dev
+ - llvm-6.0-dev
# Common
- xz-utils
- x11proto-xf86vidmode-dev