radeonsi/ci: change DEQP_TARGET to default for Wayland

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42032>
This commit is contained in:
Marek Olšák 2026-05-17 12:22:44 -04:00 committed by Marge Bot
parent 671de36b5d
commit e4d0b936fd

View file

@ -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'