mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
.github: ubuntu: tests: enforce using llvmpipe
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
3
.github/workflows/build-xserver.yml
vendored
3
.github/workflows/build-xserver.yml
vendored
@@ -16,6 +16,9 @@ jobs:
|
||||
xserver-build-ubuntu:
|
||||
env:
|
||||
MESON_ARGS: -Dc_args="-fno-common" -Dprefix=/usr -Dxephyr=true -Dwerror=false -Dxcsecurity=true -Dxorg=true -Dxvfb=true -Dxnest=true
|
||||
LIBGL_ALWAYS_SOFTWARE: 1
|
||||
GALLIUM_DRIVER: llvmpipe
|
||||
PIGLIT_PLATFORM: x11_egl
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
|
||||
Reference in New Issue
Block a user