1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00

Revert "[NNUE] Update travis clang on linux."

This reverts commit e3367756b5.
This commit is contained in:
Joost VandeVondele 2020-07-25 19:48:20 +02:00
parent e3367756b5
commit ab09c74783

View file

@ -17,10 +17,10 @@ matrix:
compiler: clang compiler: clang
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-7.0'] sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-6.0']
packages: ['clang-7.0', 'llvm-7.0-dev', 'g++-multilib', 'valgrind', 'expect', 'curl'] packages: ['clang-6.0', 'llvm-6.0-dev', 'g++-multilib', 'valgrind', 'expect', 'curl']
env: env:
- COMPILER=clang++-7.0 - COMPILER=clang++-6.0
- COMP=clang - COMP=clang
- LDFLAGS=-fuse-ld=lld - LDFLAGS=-fuse-ld=lld