gplugin/builders

96857564c81e
Parents e0c57cc6e014
Children ce35636b33ca
replace ubuntu-cosmic-amd64 with ubuntu-eoan-amd64
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile.ubuntu-eoan-amd64 Sat Nov 02 23:16:26 2019 -0500
@@ -0,0 +1,59 @@
+FROM ubuntu:eoan
+
+MAINTAINER Gary Kramlich <grim@reaperworld.com>
+
+COPY debian/localepurge.selections debian/tzdata.selections /
+
+RUN set -ex && \
+ debconf-set-selections -v /localepurge.selections && \
+ apt-get update && \
+ apt-get install -y --no-install-recommends localepurge && \
+ apt-get clean && \
+ rm -rf /var/lib/apt/lists
+
+RUN set -ex && \
+ debconf-set-selections -v /tzdata.selections && \
+ ln -nsf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
+ apt-get update && \
+ apt-get install -y --no-install-recommends tzdata && \
+ apt-get clean && \
+ rm -rf /var/lib/apt/lists
+
+RUN set -ex && \
+ apt-get update && \
+ apt-get install -y --no-install-recommends \
+ ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
+ build-essential ninja-build gettext help2man xsltproc meson \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ gtk-doc-tools libgtk-3-dev \
+ python3-dev python-gi-dev python3-gi \
+ liblua5.1-0-dev lua-lgi luarocks \
+ libtcc-dev \
+ valac \
+ libgjs-dev \
+ && \
+ apt-get clean && \
+ rm -rf /var/lib/apt/lists
+
+RUN set -ex && \
+ apt-get update && \
+ apt-get install -y --no-install-recommends \
+ python libpython-dev python-pip python-setuptools \
+ && \
+ pip install mercurial && \
+ apt-get remove -y --purge libpython-dev python-pip python-setuptools && \
+ apt-get autoremove -y --purge && \
+ apt-get clean && \
+ rm -rf /var/lib/apt/lists
+
+RUN set -ex && \
+ luarocks install moonscript
+
+CMD ["/build.sh"]
+
+ENV DISTRO=ubuntu \
+ VERSION=eoan \
+ ARCH=amd64
+
+COPY debian/build.sh /build.sh
+
--- a/convey.yml Fri Nov 01 21:51:02 2019 -0500
+++ b/convey.yml Sat Nov 02 23:16:26 2019 -0500
@@ -149,13 +149,13 @@
stages:
- tasks: [import, build]
- ubuntu-cosmic-amd64:
- environment: [TARGET=ubuntu-cosmic-amd64]
+ ubuntu-disco-amd64:
+ environment: [TARGET=ubuntu-disco-amd64]
stages:
- tasks: [import, build]
- ubuntu-disco-amd64:
- environment: [TARGET=ubuntu-disco-amd64]
+ ubuntu-eoan-amd64:
+ environment: [TARGET=ubuntu-eoan-amd64]
stages:
- tasks: [import, build]
@@ -186,7 +186,7 @@
- scanbuild
- simple
- ubuntu-bionic-amd64
- - ubuntu-cosmic-amd64
- ubuntu-disco-amd64
+ - ubuntu-eoan-amd64
- valgrind
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/tzdata.selections Sat Nov 02 23:16:26 2019 -0500
@@ -0,0 +1,3 @@
+tzdata tzdata/Zones/Etc select UTC
+tzdata tzdata/Areas select Etc
+