From ef4808ca7c3757279899d612ec9d26ef8ac93124 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Mon, 2 Oct 2023 10:31:36 -0400 Subject: [PATCH] images/archlinux: Enable installation of multilib packages. Build manifests that want to compile 32-bit binaries can now enable `gcc -m32` and the like with ``` packages: - multilib-devel ``` instead of a task that patches pacman.conf. --- images/archlinux/pacman.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/archlinux/pacman.conf b/images/archlinux/pacman.conf index 6e17db9..43de1e5 100644 --- a/images/archlinux/pacman.conf +++ b/images/archlinux/pacman.conf @@ -87,8 +87,8 @@ Include = /etc/pacman.d/mirrorlist #[multilib-testing] #Include = /etc/pacman.d/mirrorlist -#[multilib] -#Include = /etc/pacman.d/mirrorlist +[multilib] +Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. -- 2.38.5