~comcloudway/builds.sr.ht

ef4808ca7c3757279899d612ec9d26ef8ac93124 — Zack Weinberg 1 year, 18 days ago bf7b34b
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.
1 files changed, 2 insertions(+), 2 deletions(-)

M images/archlinux/pacman.conf
M images/archlinux/pacman.conf => images/archlinux/pacman.conf +2 -2
@@ 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.