diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-06-24 06:51:14 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-06-24 07:57:31 +0200 |
commit | e9bf3a2364e05de8dab0d6f8885c4bf72004b9df (patch) | |
tree | e1b10ee836a83ad5d2acd331ba38a81fb6cde024 /.gitlab-ci.yml | |
parent | d986f7042c798bd52e5dc46e0ba7ca9481a6532d (diff) | |
download | gnutls-e9bf3a2364e05de8dab0d6f8885c4bf72004b9df.tar.gz |
.gitlab-ci.yml: updated x86 CI builds with better datefudge detection
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1c875e420..a24104e1cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -403,17 +403,14 @@ FreeBSD.x86_64: - tests/*.log - tests/*/*.log -# We need a clean 32-bit fedora for testing. Note that this is also -# a test for interoperability with openssl 1.0.x. Fedora.x86: stage: stage1-testing image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_X86_BUILD script: - - git submodule update --init --no-fetch - ./bootstrap && mkdir -p build && cd build && CC="ccache gcc -m32" PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig/ ../configure --disable-gcc-warnings --host=i686-redhat-linux --target=i686-redhat-linux --libdir=/usr/lib --disable-cxx --disable-non-suiteb-curves --enable-seccomp-tests --disable-full-test-suite --disable-doc --disable-guile && - make -j$(nproc) && make check -j$(nproc) && + make -j$(nproc) && make check -j$(nproc) SKIP_DATEFUDGE_CHECK=1 && make pic-check tags: - shared |