]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
.gitlab-ci.yml: use asan from fedora25 instead of centos7
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 16 May 2017 11:23:13 +0000 (13:23 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 16 May 2017 19:50:29 +0000 (21:50 +0200)
The former provides a much newer version.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
.gitlab-ci.yml

index f839416350294650f755de27e3ec66cae1fa9648..412ed38e0b3408f138e6ae050935d30a93ee3651 100644 (file)
@@ -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 &&