From 60d8a9ca7bb36b093ef3e8a92e8c2f2c2d5a9c41 Mon Sep 17 00:00:00 2001 From: Rafael Gieschke Date: Mon, 18 Nov 2024 20:22:42 +0100 Subject: [PATCH] fixup! fixup! lastwip --- ci/appimage.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ci/appimage.yml b/ci/appimage.yml index 98f046f..894bcf0 100644 --- a/ci/appimage.yml +++ b/ci/appimage.yml @@ -1,9 +1,6 @@ -image: rockylinux:9 -stages: - - build_appimage - build-appimage-job: - stage: build_appimage + stage: build + image: rockylinux:9 script: - dnf install -y epel-release - dnf --enablerepo=crb install -y @@ -71,7 +68,7 @@ build-appimage-job: # patch both plugins to accept an exclude library env variable - APPEND_TEXT=' --exclude-library "$LINUXDEPLOY_EXCLUDE_LIBRARY"' - sed -Ei '/^(env .* )?"\$LINUXDEPLOY"/s/$/'"$APPEND_TEXT"'/' linuxdeploy-plugin-gstreamer.sh linuxdeploy-plugin-gtk.sh - # remove the GDK_BACKEND variable, since it prevents autoscaling on wayland (and it doesn't crash on wayland) + # remove the GDK_BACKEND variable since it prevents autoscaling on Wayland (and it does not crash on Wayland) - sed -i '/export GDK_BACKEND=x11/d' linuxdeploy-plugin-gtk.sh - export LINUXDEPLOY_EXCLUDE_LIBRARY="*libva*"