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*"