From c7e9fb9dac3c0a2b4a0c6c2d5d34a12175aac096 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 23 Mar 2026 20:52:55 +0100 Subject: Adapt arch build to use meson --- build-containers/arch/Containerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build-containers/arch') diff --git a/build-containers/arch/Containerfile b/build-containers/arch/Containerfile index d732580..24e525d 100644 --- a/build-containers/arch/Containerfile +++ b/build-containers/arch/Containerfile @@ -1,6 +1,7 @@ FROM docker.io/ogarcia/archlinux:latest RUN pacman -Syu --noconfirm \ + appstream-glib \ make \ clang \ lld \ @@ -15,6 +16,7 @@ RUN pacman -Syu --noconfirm \ rsync \ rust \ pkgconf \ + meson \ && pacman -Scc --noconfirm # Create builder user for makepkg (can't run as root) -- cgit