summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2020-03-14 22:39:05 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2020-03-16 21:45:50 +0100
commitbbe93dc315009fe1f9a30426cbe20f4661b8435c (patch)
treeffdbcc67e1a7bf849eae29ea2c6a20725854421f
parent82bd85449f867a838dfe47475f9f5c0364ec1dd9 (diff)
downloadgnutls-bbe93dc315009fe1f9a30426cbe20f4661b8435c.tar.gz
.lgtm.yml: no longer bring nettle from master
The system used has already a sufficiently recent version. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--.lgtm.yml12
1 files changed, 2 insertions, 10 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 82ecb4d8f8..aa09b6e35c 100644
--- 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"