From 2942b0171aec301707867034386bed3d8e23d9d7 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 4 Jan 2018 13:01:53 +0100 Subject: .gitlab-ci.yml: removed references to i686 package installation Signed-off-by: Nikos Mavrogiannopoulos --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2592683..db1fda9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: centos:7 before_script: - - yum install -y git make bison autoconf libtool automake gettext-devel glibc-devel gcc valgrind clang libasan-static libubsan libgcc.i686 glibc-devel.i686 + - yum install -y git make bison autoconf libtool automake gettext-devel glibc-devel gcc valgrind clang libasan-static libubsan # See http://doc.gitlab.com/ce/ci/yaml/ for documentation. Build and Check (x86-64): @@ -38,7 +38,7 @@ Build and Check with asan: Build and Check with ubsan: image: fedora:24 script: - - yum install -y git make autoconf libtool automake gettext-devel glibc-devel gcc valgrind clang libasan-static libubsan libgcc.i686 glibc-devel.i686 + - yum install -y git make autoconf libtool automake gettext-devel glibc-devel gcc valgrind clang libasan-static libubsan - git submodule update --init && make autoreconf && CFLAGS="-fsanitize=undefined -fno-sanitize-recover -g -O2" ./configure --disable-doc --disable-valgrind-tests && make -j4 && make check -j4 tags: -- cgit v1.2.1