diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-15 16:50:26 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-15 16:50:28 +0200 |
commit | b96164f0cfcacfd5e89440f09fd844eb1e1827bc (patch) | |
tree | 859ac9ef1a8dbe96bd22b7eb9dec4aebf372300a /.gitlab-ci.yml | |
parent | e2f23b4397a5fd50f256d1f1f71cf726b56d7085 (diff) | |
download | gnutls-b96164f0cfcacfd5e89440f09fd844eb1e1827bc.tar.gz |
.gitlab-ci.yml: no longer require gnutls-develno-gnutls-devel
This package is no longer needed to run abi-check.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 699744876e..7f8d4a8c95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ Fedora/x86_64/no-SSL-3.0: # Needs gnutls' headers due to some abi-checker issue with resolving deps Fedora/x86_64/ABI-check: script: - - dnf install -y gnutls-devel binutils elfutils + - dnf install -y binutils elfutils - make autoreconf && mkdir -p build && cd build && ../configure --disable-doc --disable-cxx --disable-guile --disable-non-suiteb-curves && make -j$(nproc) - make abi-check @@ -86,7 +86,7 @@ Fedora/x86_64/syntax-check: Fedora/dist: script: - git submodule update --init - - yum install -y gtk-doc texinfo texinfo-tex texlive texlive-supertabular texlive-framed texlive-morefloats texlive-quotchap docbook5-style-xsl docbook-style-xsl ruby zip gnutls-devel + - yum install -y gtk-doc texinfo texinfo-tex texlive texlive-supertabular texlive-framed texlive-morefloats texlive-quotchap docbook5-style-xsl docbook-style-xsl ruby zip - make autoreconf && ./configure --disable-non-suiteb-curves --enable-gtk-doc --enable-fips140-mode - make -j$(nproc) - make -C doc gnutls.html |