[mutter/wip/3v1n0/ci-norebuilds: 2/3] gitlab-ci: Use runtime dir owned only by current user
- From: Marco Trevisan <marcotrevi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/3v1n0/ci-norebuilds: 2/3] gitlab-ci: Use runtime dir owned only by current user
- Date: Wed, 30 Jan 2019 17:44:27 +0000 (UTC)
commit 5ccc07f4350db1c4ef0115b8f44bf9921592cb8e
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Wed Jan 23 13:55:40 2019 +0100
gitlab-ci: Use runtime dir owned only by current user
https://gitlab.gnome.org/GNOME/mutter/merge_requests/408
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34f0257d6..11152caa7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,8 @@ test-mutter:
- build
script:
- glib-compile-schemas $PWD/build/data
- - env XDG_RUNTIME_DIR=/tmp
+ - mkdir -m 700 $PWD/runtime-dir
+ - 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]