mirror of
https://github.com/brl/mutter.git
synced 2025-02-23 16:34:10 +00:00
ci,tests: Pass GTK_A11Y=none to tests
Same rationale applies than NO_AT_BRIDGE, but for GTK4 bits. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2864>
This commit is contained in:
parent
53cf1a2878
commit
ae2ceeda0b
@ -342,6 +342,7 @@ build-wayland-only@x86_64:
|
|||||||
G_SLICE: "always-malloc"
|
G_SLICE: "always-malloc"
|
||||||
MALLOC_CHECK_: "3"
|
MALLOC_CHECK_: "3"
|
||||||
NO_AT_BRIDGE: "1"
|
NO_AT_BRIDGE: "1"
|
||||||
|
GTK_A11Y: "none"
|
||||||
before_script:
|
before_script:
|
||||||
# Disable e.g. audio support to not dead lock screen cast tests
|
# Disable e.g. audio support to not dead lock screen cast tests
|
||||||
- mkdir -m 700 $XDG_RUNTIME_DIR
|
- mkdir -m 700 $XDG_RUNTIME_DIR
|
||||||
|
@ -11,6 +11,7 @@ export GSETTINGS_SCHEMA_DIR="$PWD/build/data"
|
|||||||
export G_SLICE="always-malloc"
|
export G_SLICE="always-malloc"
|
||||||
export MALLOC_CHECK_="3"
|
export MALLOC_CHECK_="3"
|
||||||
export NO_AT_BRIDGE="1"
|
export NO_AT_BRIDGE="1"
|
||||||
|
export GTK_A11Y="none"
|
||||||
export MALLOC_PERTURB_="123"
|
export MALLOC_PERTURB_="123"
|
||||||
|
|
||||||
mkdir -p -m 700 $XDG_RUNTIME_DIR
|
mkdir -p -m 700 $XDG_RUNTIME_DIR
|
||||||
|
@ -181,6 +181,7 @@ ret = (unix_fd, False)
|
|||||||
env = {}
|
env = {}
|
||||||
env.update(os.environ)
|
env.update(os.environ)
|
||||||
env['NO_AT_BRIDGE'] = '1'
|
env['NO_AT_BRIDGE'] = '1'
|
||||||
|
env['GTK_A11Y'] = 'none'
|
||||||
env['GSETTINGS_BACKEND'] = 'memory'
|
env['GSETTINGS_BACKEND'] = 'memory'
|
||||||
|
|
||||||
wrapper = env.get('META_DBUS_RUNNER_WRAPPER')
|
wrapper = env.get('META_DBUS_RUNNER_WRAPPER')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user