mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
(Temporarily) don't download clang package
Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
parent
1eb12c437b
commit
a15cfae656
@ -5,13 +5,11 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- ccache
|
- ccache
|
||||||
- clang-3.6
|
|
||||||
- gcc-5
|
- gcc-5
|
||||||
- binutils-mingw-w64
|
- binutils-mingw-w64
|
||||||
- gcc-mingw-w64
|
- gcc-mingw-w64
|
||||||
- wine
|
- wine
|
||||||
sources:
|
sources:
|
||||||
- llvm-toolchain-precise-3.6
|
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
|
|
||||||
os:
|
os:
|
||||||
@ -32,10 +30,10 @@ env:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang-3.6
|
compiler: clang
|
||||||
env: CONFIG_OPTS="no-shared enable-asan"
|
env: CONFIG_OPTS="no-shared enable-asan"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang-3.6
|
compiler: gcc-5
|
||||||
env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -fno-sanitize=alignment"
|
env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -fno-sanitize=alignment"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc-5
|
compiler: gcc-5
|
||||||
|
Loading…
Reference in New Issue
Block a user