diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-08-10 09:37:07 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-08-11 11:23:11 +0200 |
commit | 6605e7f787c59bb5c03d5817592dc67bc030f10b (patch) | |
tree | 8632fcb6f68d20f44707b813b9779a627b8c5037 /.gitlab-ci.yml | |
parent | 47d5403fb9f4b6f877d64dbbf8e1b851e4a49927 (diff) | |
download | gnutls-6605e7f787c59bb5c03d5817592dc67bc030f10b.tar.gz |
.gitlab-ci.yml: replaced the f23 x86 build with a f26 x86 build
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 326d6e80cd..79341d685e 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" ################ @@ -368,8 +368,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: |