mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-21 05:58:22 +02:00
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:
parent
671de36b5d
commit
e4d0b936fd
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue