summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-08 15:41:40 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-08 17:13:56 +0100
commitaf15ba556ae055df4204a87a7fb1619137703b10 (patch)
tree042032f31942be59cfaea6fbc673d8212ad8ad87
parent478179316bc815e1ad518ae318f46e94a13b0e1f (diff)
downloadgnutls-af15ba556ae055df4204a87a7fb1619137703b10.tar.gz
.gitlab-ci.yml: do not enable IDN support in minimal build
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91d5d475c0..d037b76b36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ Fedora/x86_64/minimal:
stage: stage1-testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
- - dnf remove -y libunistring-devel libtasn1-devel &&
+ - dnf remove -y libunistring-devel libtasn1-devel libidn-devel &&
make autoreconf && ./configure --with-included-libtasn1
--disable-doc --disable-dtls-srtp-support --disable-alpn-support --disable-rsa-export
--disable-heartbeat-support --disable-srp-authentication --disable-psk-authentication