Skip to content

Commit

Permalink
ci: directly use archlinux:multilib-devel container
Browse files Browse the repository at this point in the history
There was some recent snafu which meant the container wasn't available.
With that resolved, we can drop our hack and use the correct container
directly.

Signed-off-by: Emil Velikov <[email protected]>
Link: #172
Signed-off-by: Lucas De Marchi <[email protected]>
  • Loading branch information
evelikov authored and lucasdemarchi committed Oct 9, 2024
1 parent 98f38c5 commit 271a330
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/actions/setup-archlinux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ runs:
- name: Install dependencies
shell: bash
run: |
# Enable multilib, for building 32bit binaries
echo -e '[multilib]\nInclude = /etc/pacman.d/mirrorlist' >> /etc/pacman.conf
# Semi-regularly the packager key may have (temporarily) expired.
# Somewhat robust solution is to wipe the local keyring and
# regenerate/reinstall it prior to any other packages on the system.
Expand All @@ -22,7 +20,6 @@ runs:
pacman --noconfirm -Sy archlinux-keyring
pacman --noconfirm -Su \
multilib-devel \
linux-headers \
meson \
rsync \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: 'ubuntu:24.04'
meson_setup: '-D b_sanitize=address,undefined'
multilib: 'true'
- name: 'archlinux:base-devel'
- name: 'archlinux:multilib-devel'
meson_setup: '-D b_sanitize=address,undefined'
multilib: 'true'
- name: 'fedora:latest'
Expand Down

0 comments on commit 271a330

Please sign in to comment.