From 9fb213a1b5ba912f71d17bdbf4f6847c900bffca Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 30 Dec 2014 19:37:33 +0100 Subject: [PATCH] travis: don't compile embedded libevent + clang on OSX We already try with Linux, that should be enough. --- .travis.yml | 3 --- .travis/run.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3fb1359a..0b2a9b82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,6 @@ matrix: - os: linux compiler: clang env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json" - - os: osx - compiler: clang - env: LLDPD_CONFIG_ARGS="--with-embedded-libevent" - os: osx compiler: clang env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json" diff --git a/.travis/run.sh b/.travis/run.sh index 2de14456..091af086 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -15,7 +15,7 @@ case "${RUN_COVERITY}","${TRAVIS_BRANCH}" in esac ./autogen.sh -./configure $LLDPD_CONFIG_ARGS CFLAGS="-O0 -g -Wall -Werror -Wno-error=unused-function" +./configure $LLDPD_CONFIG_ARGS CFLAGS="-O0 -g -Wall -Werror" if [ x"${RUN_COVERITY}" = x"1" ]; then # Coverity build -- 2.39.5