mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 05:00:07 +00:00
Use software rendering for testsuite runs
We need to force software rendering, or test failures will cause meson dist to fail.
This commit is contained in:
parent
7952b2a0bc
commit
df8cf0e030
@ -1,5 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
export LIBGL_ALWAYS_SOFTWARE=1
|
||||
export GDK_VULKAN_DEVICE=1
|
||||
|
||||
version=$(head -5 meson.build | grep version | sed -e "s/[^']*'//" -e "s/'.*$//")
|
||||
release_build_dir="release_build"
|
||||
branch=$(git branch --show-current)
|
||||
|
Loading…
Reference in New Issue
Block a user