From e4d3035c1fb32907907bb909368bc92f928b8a44 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 17 Feb 2026 09:02:39 +0100 Subject: [PATCH] CI Arch Linux Docker test: add -u to -Sy It seems like some install fail if we do not upgrade at the same time. fixes the error: + use more descriptive name for the CI step + drop final \ in the Dockerfile (as mentioned in the CI output linked above) --- .github/scripts/Linux/utils/Dockerfile.archlinux | 4 ++-- .github/workflows/ccpp.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/Linux/utils/Dockerfile.archlinux b/.github/scripts/Linux/utils/Dockerfile.archlinux index b98119263..acc42a2dc 100644 --- a/.github/scripts/Linux/utils/Dockerfile.archlinux +++ b/.github/scripts/Linux/utils/Dockerfile.archlinux @@ -3,12 +3,12 @@ FROM archlinux RUN pacman --noconfirm -Sy archlinux-keyring RUN pacman-key --init RUN pacman-key --populate -RUN pacman --noconfirm -Sy \ +RUN pacman --noconfirm -Syu \ fontconfig \ freetype2 \ harfbuzz \ jack2\ libglvnd \ libx11 \ - xorg-server-xvfb \ + xorg-server-xvfb diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 7c4a198e6..df094a0a3 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -106,7 +106,7 @@ jobs: run: .github/scripts/Linux/check_abi.sh 2.35 3.4.30 1.3.13 bin/* lib/ultragrid/* - name: Create AppImage run: data/scripts/Linux-AppImage/create-appimage.sh https://github.com/$GITHUB_REPOSITORY/releases/download/continuous/UltraGrid-$CHANNEL-x86_64.AppImage.zsync - - name: Check AppImage + - name: Test AppImage with Docker images run: | .github/scripts/Linux/docker_appimage_tests.sh curl -LSf -O https://raw.githubusercontent.com/AppImage/pkg2appimage/\