mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
radeonsi/ci: don't build GLES CTS separately
GLES tests are available in GL CTS too. Delete the build_es directly manually. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36382>
This commit is contained in:
parent
2294dcb25d
commit
ff42bf8b11
2 changed files with 3 additions and 7 deletions
|
|
@ -8,13 +8,9 @@ python3 external/fetch_sources.py
|
|||
|
||||
rm -rf build
|
||||
mkdir build
|
||||
cmake -B build . -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGLCTS_GTF_TARGET=gl -DDEQP_TARGET=x11_egl
|
||||
|
||||
rm -rf build_es
|
||||
mkdir build_es
|
||||
cmake -B build_es . -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGLCTS_GTF_TARGET=gles32 -DDEQP_TARGET=x11_egl
|
||||
cmake -B build . -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDEQP_TARGET=x11_egl
|
||||
|
||||
echo
|
||||
echo !!! GLCTS is not supposed to be installed !!!
|
||||
echo Type:
|
||||
echo ' ninja -Cbuild && ninja -Cbuild_es'
|
||||
echo ' ninja -Cbuild'
|
||||
|
|
|
|||
|
|
@ -537,7 +537,7 @@ if args.escts:
|
|||
"--tests-per-group",
|
||||
"100",
|
||||
"--deqp",
|
||||
"{}/build_es/external/openglcts/modules/glcts".format(glcts_path),
|
||||
"{}/build/external/openglcts/modules/glcts".format(glcts_path),
|
||||
"--caselist",
|
||||
"{}/external/openglcts/data/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.6.x/gles2-khr-main.txt".format(
|
||||
glcts_path
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue