mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 09:13:08 +00:00
[NNUE] Update travis clang on linux.
move from 6.0 to 7.0 (minimum version for std::aligned_alloc)
This commit is contained in:
parent
49d2cd8b13
commit
e3367756b5
1 changed files with 3 additions and 3 deletions
|
@ -17,10 +17,10 @@ matrix:
|
||||||
compiler: clang
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-6.0']
|
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-7.0']
|
||||||
packages: ['clang-6.0', 'llvm-6.0-dev', 'g++-multilib', 'valgrind', 'expect', 'curl']
|
packages: ['clang-7.0', 'llvm-7.0-dev', 'g++-multilib', 'valgrind', 'expect', 'curl']
|
||||||
env:
|
env:
|
||||||
- COMPILER=clang++-6.0
|
- COMPILER=clang++-7.0
|
||||||
- COMP=clang
|
- COMP=clang
|
||||||
- LDFLAGS=-fuse-ld=lld
|
- LDFLAGS=-fuse-ld=lld
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue