From: Matous Holinka Date: Wed, 13 Nov 2019 09:33:18 +0000 (+0100) Subject: bird: minor update X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1208e970662a06c992eb1deff330f5fcb92f4ba1;p=thirdparty%2Fbird.git bird: minor update --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1d093240..63627e8fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -157,8 +157,8 @@ docker_fedora-30-amd64: - autoreconf - ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" # Detect which make is available - - MAKE=make - - which gmake 2>/dev/null >/dev/null && MAKE=gmake + - MAKE=gmake + #- which gmake 2>/dev/null >/dev/null && MAKE=gmake - $MAKE # Run tests if they are available - $MAKE check