fixup! fixup! lastwip

This commit is contained in:
Rafael Gieschke 2024-11-18 20:22:42 +01:00
parent a237f1eb8e
commit 60d8a9ca7b

View File

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