mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +00:00
ci: add -noreset to xvfb-run invocation for flatpak builds
This commit is contained in:
parent
94345e0916
commit
8cd9052378
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ check-po:
|
|||
- flatpak-builder --user --disable-rofiles-fuse --build-only flatpak_app ${MANIFEST_PATH}
|
||||
- flatpak build-finish --socket=x11 --share=network flatpak_app
|
||||
- >
|
||||
xvfb-run -a -s "-screen 0 1024x768x24"
|
||||
xvfb-run -a -s "-screen 0 1024x768x24 -noreset"
|
||||
flatpak-builder --user --disable-rofiles-fuse --build-shell=${FLATPAK_MODULE} flatpak_app ${MANIFEST_PATH} <<END
|
||||
|
||||
LANG=C.UTF-8
|
||||
|
|
Loading…
Reference in a new issue