]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
bird: minor update
authorMatous Holinka <matous.holinka@nic.cz>
Wed, 13 Nov 2019 09:33:18 +0000 (10:33 +0100)
committerMatous Holinka <matous.holinka@nic.cz>
Wed, 13 Nov 2019 09:33:18 +0000 (10:33 +0100)
.gitlab-ci.yml

index b1d093240eaa3833867bd33b06ccf2c8655b07cd..63627e8fee26488a883aaa3d7360dc2ae9dae25e 100644 (file)
@@ -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