]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.lgtm.yml: no longer bring nettle from master
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 14 Mar 2020 21:39:05 +0000 (22:39 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 16 Mar 2020 20:45:50 +0000 (21:45 +0100)
The system used has already a sufficiently recent version.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
.lgtm.yml

index 82ecb4d8f8dc125db07055d73990c84d35dde536..aa09b6e35c34da6126bb3658eddcc424c1398d14 100644 (file)
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -3,14 +3,6 @@ extraction:
     configure:
       command:
       - "./bootstrap --no-git --skip-po --no-bootstrap-sync --gnulib-srcdir=gnulib"
-      - "wget -O nettle-master.zip https://git.lysator.liu.se/nettle/nettle/-/archive/master/nettle-master.zip?foo=`date +%Y%m%d`"
-      - "unzip nettle-master.zip"
-      - "mv nettle-master nettle"
-      - "cd nettle"
-      - "bash .bootstrap"
-      - "./configure --enable-mini-gmp --disable-documentation"
-      - "make"
-      - "cd .."
-      - "PKG_CONFIG_PATH=\"`pwd`/nettle\" LDFLAGS=\"-L`pwd`/nettle\" ./configure --disable-tests --disable-doc"
+      - "./configure --disable-tests --disable-doc --disable-gtk-doc"
     index:
-      build_command: "LD_LIBRARY_PATH=\"`pwd`/nettle/.lib\" make"
+      build_command: "make"