gitlab-ci: Use runtime dir owned only by current user
https://gitlab.gnome.org/GNOME/mutter/merge_requests/408
This commit is contained in:
parent
7a941138de
commit
a54f9e835c
@ -24,8 +24,9 @@ test-mutter:
|
||||
- build
|
||||
script:
|
||||
- glib-compile-schemas $PWD/build/data
|
||||
- mkdir -m 700 $PWD/runtime-dir
|
||||
- >
|
||||
env XDG_RUNTIME_DIR=/tmp
|
||||
env XDG_RUNTIME_DIR=$PWD/runtime-dir
|
||||
GSETTINGS_SCHEMA_DIR=$PWD/build/data
|
||||
dbus-run-session -- xvfb-run -s '+iglx -noreset'
|
||||
meson test -C build --no-rebuild -t 10 --verbose --no-stdsplit --wrap catchsegv
|
||||
|
Loading…
Reference in New Issue
Block a user