From e4d0b936fdd112dc2a95047f64facd0498084cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sun, 17 May 2026 12:22:44 -0400 Subject: [PATCH] radeonsi/ci: change DEQP_TARGET to default for Wayland Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/gallium/drivers/radeonsi/ci/build/conf_glcts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/radeonsi/ci/build/conf_glcts.sh b/src/gallium/drivers/radeonsi/ci/build/conf_glcts.sh index de69be4ec47..74f1b4ed013 100755 --- a/src/gallium/drivers/radeonsi/ci/build/conf_glcts.sh +++ b/src/gallium/drivers/radeonsi/ci/build/conf_glcts.sh @@ -10,9 +10,9 @@ python3 external/fetch_video_encode_samples.py rm -rf build mkdir build -cmake -B build . -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDEQP_TARGET=x11_egl +cmake -B build . -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDEQP_TARGET=default echo -echo !!! GLCTS is not supposed to be installed !!! +echo !!! CTS is not supposed to be installed !!! echo Type: echo ' ninja -Cbuild'