mirror of
https://github.com/clearml/dropbear
synced 2025-04-14 04:21:26 +00:00
don't try clang-5.0
This commit is contained in:
parent
c1a2dcb25d
commit
294e98c397
@ -20,7 +20,8 @@ matrix:
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: WEXTRAFLAGS=""
|
||||
- env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden" EXTRACFLAGS=-fsanitize=address CC="clang-5.0" LDFLAGS=-fsanitize=address
|
||||
- env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden" EXTRACFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address
|
||||
compiler: clang
|
||||
|
||||
# container-based builds
|
||||
sudo: false
|
||||
@ -32,7 +33,6 @@ addons:
|
||||
- libtomcrypt-dev
|
||||
- libtommath-dev
|
||||
- mercurial
|
||||
- clang-5.0
|
||||
|
||||
before_install:
|
||||
- if [ "$CC" = "clang" ]; then WEXTRAFLAGS="$WEXTRAFLAGS -Wno-error=incompatible-library-redeclaration" ; fi # workaround
|
||||
|
Loading…
Reference in New Issue
Block a user