]> granicus.if.org Git - graphviz/commitdiff
Add FIXME about Ubuntu 18.10 not run in docker on gitlab runner
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 30 Mar 2020 09:55:42 +0000 (11:55 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 1 Apr 2020 09:06:03 +0000 (11:06 +0200)
Ubuntu 18.10 is End of Life according to
https://wiki.ubuntu.com/Releases.

When trying to do apt-get update we get errors like:

E: The repository 'http://archive.ubuntu.com/ubuntu cosmic Release'
does not have a Release file.

.gitlab-ci.yml

index 6da41c94512f72c400238d7933ee269c822948cd..6404e606a8caa9f43097787a4b6b56baa0f8d464 100644 (file)
@@ -124,6 +124,7 @@ ubuntu18-04-build:
         - linux
     image: "graphviz/graphviz:ubuntu-18.04"
 
+# FIXME: Ubuntu 18.10 is End of Life. Docker image cannot be created. Fix or remove
 ubuntu18-10-build:
     <<: *deb_build_definition
     tags: