From: Magnus Jacobsson Date: Mon, 30 Mar 2020 09:55:42 +0000 (+0200) Subject: Add FIXME about Ubuntu 18.10 not run in docker on gitlab runner X-Git-Tag: stable_release_2.42.4~5^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a18b4d2ccb8c54b4d5d24c0b7bf5b6593163eaf8;p=graphviz Add FIXME about Ubuntu 18.10 not run in docker on gitlab runner 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6da41c945..6404e606a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: