]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
.gitlab-ci.yml: ubsan use fedora25
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 16 May 2017 11:14:46 +0000 (13:14 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 16 May 2017 19:51:02 +0000 (21:51 +0200)
.gitlab-ci.yml

index 412ed38e0b3408f138e6ae050935d30a93ee3651..6fa98985dc54ee8927f1f239b968c6e9755362ce 100644 (file)
@@ -34,7 +34,7 @@ Build and Check with mini-gmp:
   except:
   - tags
 Build and Check with ubsan:
-  image: fedora:24
+  image: fedora:25
   script:
   - yum install -y gmp-devel libubsan-static libubsan
   - ./.bootstrap &&