ci/deqp: only compile EGL tests in GL builds, not VK builds

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27250>
This commit is contained in:
Eric Engestrom 2024-01-22 07:45:08 +00:00 committed by Marge Bot
parent d9833b89a2
commit 969b430a23

View File

@ -111,7 +111,7 @@ popd
pushd /deqp
if [ "${DEQP_TARGET}" != 'android' ]; then
if [ "${DEQP_API}" = 'GL' ] && [ "${DEQP_TARGET}" != 'android' ]; then
# When including EGL/X11 testing, do that build first and save off its
# deqp-egl binary.
cmake -S /VK-GL-CTS -B . -G Ninja \