]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: corrected debian build's dependency
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 22 Sep 2016 10:08:45 +0000 (12:08 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 22 Sep 2016 10:09:47 +0000 (12:09 +0200)
.gitlab-ci.yml

index 74bd7dff8b570bd92098a048f9815173dd071a6a..3d8604432ce08446ce65dc1fe052a96ebcb61e22 100644 (file)
@@ -332,7 +332,7 @@ Debian/x86_64:
   image: debian:stretch
   before_script:
   - apt-get update -qq -y
-  - apt-get install -y git-core autoconf libtool gettext autopoint automake autogen nettle-dev libp11-kit-dev libtspi-dev guile-2.0-dev libtasn1-6-dev libidn11-dev gawk gperf git2cl libunbound-dev dns-root-data bison help2man valgrind libasan1 libubsan0 nodejs softhsm2 datefudge lcov libssl-dev libcmocka-dev dieharder openssl abi-compliance-checker socat net-tools ppp
+  - apt-get install -y git-core autoconf libtool gettext autopoint automake autogen nettle-dev libp11-kit-dev libtspi-dev guile-2.0-dev libtasn1-6-dev libidn11-dev gawk gperf git2cl libunbound-dev dns-root-data bison help2man valgrind libasan2 libubsan0 nodejs softhsm2 datefudge lcov libssl-dev libcmocka-dev dieharder openssl abi-compliance-checker socat net-tools ppp
   script:
   - make autoreconf && mkdir -p build && cd build &&
     ../configure --enable-code-coverage --disable-doc --disable-valgrind-tests