summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-10 09:37:07 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-05-26 05:51:11 +0200
commit413c8990e5e4ab8d7bf7cb6cee3126f1f8cbff62 (patch)
treecd5446042c1ff1c88c9d0cd17d8444aa6f532360
parent88b1264c3c3b745d8ef1ee22f78a8c1ecb8e76c7 (diff)
downloadgnutls-413c8990e5e4ab8d7bf7cb6cee3126f1f8cbff62.tar.gz
.gitlab-ci.yml: replaced the f23 x86 build with a f26 x86 build
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--.gitlab-ci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 807da80a26..9f52dc2005 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ variables:
BUILD_IMAGES_PROJECT: gnutls/build-images
DEBIAN_BUILD: buildenv-debian-stretch
FEDORA_BUILD: buildenv-f26
- FEDORA_X86_BUILD: buildenv-f23-x86
+ FEDORA_X86_BUILD: buildenv-f26-x86
GET_SOURCES_ATTEMPTS: "3"
################
@@ -402,8 +402,9 @@ Fedora/x86:
script:
- git submodule update --init --no-fetch
- make autoreconf && mkdir -p build && cd build &&
- ../configure --build=i686-redhat-linux --target=i686-redhat-linux --disable-cxx --enable-local-libopts --disable-non-suiteb-curves --enable-seccomp-tests --disable-doc --disable-guile &&
- make -j$(nproc) && make check -j$(nproc) && make pic-check
+ CC="gcc -m32" PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig/ ../configure --host=i686-redhat-linux --target=i686-redhat-linux --libdir=/usr/lib --disable-cxx --disable-non-suiteb-curves --enable-seccomp-tests --disable-doc --disable-guile &&
+ make -j$(nproc) && make check -j$(nproc) &&
+ make pic-check
tags:
- shared
except: