From 5bb980d5c4a147ed46eb5ecf34a88bba0607b19f Mon Sep 17 00:00:00 2001 From: Andy Holmes Date: Sat, 16 Dec 2023 11:02:51 -0800 Subject: [PATCH] ci: stop building libpeas in the container libpeas-2 is now available in fedora-updates --- build-aux/docker/Dockerfile | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/build-aux/docker/Dockerfile b/build-aux/docker/Dockerfile index 2d551d1a0d..35d64a9870 100644 --- a/build-aux/docker/Dockerfile +++ b/build-aux/docker/Dockerfile @@ -26,20 +26,6 @@ RUN dnf install -y \ sqlite-devel sqlite-debuginfo && \ dnf clean all && rm -rf /var/cache/dnf -# Build libpeas-2, until it's available in Fedora -RUN git clone https://gitlab.gnome.org/GNOME/libpeas.git \ - --branch main \ - --single-branch && \ - cd libpeas && \ - meson setup --prefix=/usr \ - -Dgjs=false \ - -Dlua51=false \ - -Dpython3=false \ - -Dintrospection=true \ - -Dvapi=true \ - _build && \ - meson install -C _build - # Build libwalbottle from source, since it's not available in most repositories RUN git clone https://gitlab.com/walbottle/walbottle.git \ --branch main \