mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 10:40:09 +00:00
CI Linux: fixed failing tests
Fixes some weird error with Pipewire over ALSA on Arch: https://github.com/CESNET/UltraGrid/actions/runs/5642223630/job/15281663172
This commit is contained in:
5
.github/scripts/Linux/utils/Dockerfile.arch
vendored
5
.github/scripts/Linux/utils/Dockerfile.arch
vendored
@@ -1,3 +1,6 @@
|
||||
# inspired by https://github.com/aferrero2707/appimage-testsuite
|
||||
FROM archlinux
|
||||
RUN pacman --noconfirm -Sy libglvnd libx11 fontconfig freetype2 pipewire-jack
|
||||
RUN pacman --noconfirm -Sy archlinux-keyring
|
||||
RUN pacman-key --init
|
||||
RUN pacman-key --populate
|
||||
RUN pacman --noconfirm -Sy libglvnd libx11 fontconfig freetype2 jack2
|
||||
|
||||
Reference in New Issue
Block a user