gplugin/builders

Replace Ubuntu Lunar with Mantic

6 months ago, Gary Kramlich
ca144d87e30b
Parents 62fe1e41db78
Children 152124d303e3
Replace Ubuntu Lunar with Mantic
--- a/Dockerfile.ubuntu-lunar-amd64 Tue Oct 17 00:35:04 2023 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-FROM docker.io/ubuntu:lunar
-
-ENV TARGET=ubuntu-lunar-amd64
-
-COPY ubuntu/tzdata.selections /
-
-RUN set -ex && \
- debconf-set-selections -v /tzdata.selections && \
- ln -nsf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
- apt update && \
- apt install -y --no-install-recommends tzdata && \
- apt clean && \
- rm -rf /var/lib/apt/lists
-
-RUN set -ex && \
- apt update && \
- apt install -y --no-install-recommends \
- ca-certificates unzip \
- build-essential meson gettext help2man mercurial git \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev \
- libgtk-4-dev \
- python3-dev python-gi-dev python3-gi \
- python3-jinja2 python3-packaging python3-pygments python3-toml \
- python3-typogrify \
- liblua5.3-dev lua-lgi luarocks \
- valac \
- && \
- apt clean && \
- rm -rf /var/lib/apt/lists
-
-CMD ["/build.sh"]
-
-COPY meson/build.sh /build.sh
-
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile.ubuntu-mantic-amd64 Tue Oct 17 00:36:20 2023 -0500
@@ -0,0 +1,34 @@
+FROM docker.io/ubuntu:mantic
+
+ENV TARGET=ubuntu-mantic-amd64
+
+COPY ubuntu/tzdata.selections /
+
+RUN set -ex && \
+ debconf-set-selections -v /tzdata.selections && \
+ ln -nsf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
+ apt update && \
+ apt install -y --no-install-recommends tzdata && \
+ apt clean && \
+ rm -rf /var/lib/apt/lists
+
+RUN set -ex && \
+ apt update && \
+ apt install -y --no-install-recommends \
+ ca-certificates unzip \
+ build-essential meson gettext help2man mercurial git \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ libgtk-4-dev \
+ python3-dev python-gi-dev python3-gi \
+ python3-jinja2 python3-packaging python3-pygments python3-toml \
+ python3-typogrify \
+ liblua5.3-dev lua-lgi luarocks \
+ valac \
+ && \
+ apt clean && \
+ rm -rf /var/lib/apt/lists
+
+CMD ["/build.sh"]
+
+COPY meson/build.sh /build.sh
+
--- a/convey.yml Tue Oct 17 00:35:04 2023 -0500
+++ b/convey.yml Tue Oct 17 00:36:20 2023 -0500
@@ -115,8 +115,8 @@
stages:
- tasks: [import, build]
- ubuntu-lunar-amd64:
- environment: [TARGET=ubuntu-lunar-amd64]
+ ubuntu-mantic-amd64:
+ environment: [TARGET=ubuntu-mantic-amd64]
stages:
- tasks: [import, build]
@@ -137,7 +137,7 @@
- i18n
- opensuse-tumbleweed-amd64
- scanbuild
- - ubuntu-jammy-amd64
+ - ubuntu-mantic-amd64
- valgrind
qemu-user-static:
plans: