mirror of
https://github.com/clearml/dropbear
synced 2025-06-14 10:18:53 +00:00
don't try clang-5.0
This commit is contained in:
parent
c1a2dcb25d
commit
294e98c397
@ -20,7 +20,8 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: WEXTRAFLAGS=""
|
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
|
# container-based builds
|
||||||
sudo: false
|
sudo: false
|
||||||
@ -32,7 +33,6 @@ addons:
|
|||||||
- libtomcrypt-dev
|
- libtomcrypt-dev
|
||||||
- libtommath-dev
|
- libtommath-dev
|
||||||
- mercurial
|
- mercurial
|
||||||
- clang-5.0
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "$CC" = "clang" ]; then WEXTRAFLAGS="$WEXTRAFLAGS -Wno-error=incompatible-library-redeclaration" ; fi # workaround
|
- if [ "$CC" = "clang" ]; then WEXTRAFLAGS="$WEXTRAFLAGS -Wno-error=incompatible-library-redeclaration" ; fi # workaround
|
||||||
@ -41,7 +41,7 @@ install:
|
|||||||
- autoconf && autoheader && ./configure $CONFIGURE_FLAGS CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS $EXTRACFLAGS" --prefix="$HOME/inst"
|
- autoconf && autoheader && ./configure $CONFIGURE_FLAGS CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS $EXTRACFLAGS" --prefix="$HOME/inst"
|
||||||
- if [ "$NOWRITEV" = "1" ]; then sed -i -e s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h ; fi
|
- if [ "$NOWRITEV" = "1" ]; then sed -i -e s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h ; fi
|
||||||
- make -j3
|
- make -j3
|
||||||
- test -z $DO_FUZZ || make fuzzstandalone
|
- test -z $DO_FUZZ || make fuzzstandalone
|
||||||
# avoid concurrent install, osx/freebsd is racey (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208093)
|
# avoid concurrent install, osx/freebsd is racey (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208093)
|
||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user