Skip to content

Commit

Permalink
CI Linux: fixed failing tests
Browse files Browse the repository at this point in the history
Fixes some weird error with Pipewire over ALSA on Arch:

https://github.com/CESNET/UltraGrid/actions/runs/5642223630/job/15281663172
  • Loading branch information
MartinPulec committed Jul 24, 2023
1 parent 47be77e commit bb596e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/scripts/Linux/utils/Dockerfile.arch
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bb596e0

Please sign in to comment.