From: Nikos Mavrogiannopoulos Date: Tue, 16 May 2017 11:23:13 +0000 (+0200) Subject: .gitlab-ci.yml: use asan from fedora25 instead of centos7 X-Git-Tag: nettle_3.4rc1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=814929446a4ae92d488d124c5309de64909596f1;p=thirdparty%2Fnettle.git .gitlab-ci.yml: use asan from fedora25 instead of centos7 The former provides a much newer version. Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8394163..412ed38e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ Build and Check with ubsan: except: - tags Build and Check with asan: + image: fedora:25 script: - yum install -y gmp-devel - ./.bootstrap &&