From 956ac1e562c3b8aef1262f4a6e141c0500efdac4 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 15 Nov 2024 12:21:49 +0100 Subject: [PATCH] ci/deqp: enable building testlog tools on Android too The testlog tools seem to build fine on Android, add a patch to VK-GL-CTS to enable them when DE_OS_IS_ANDROID. Reviewed-by: Eric Engestrom Part-of: --- .gitlab-ci/container/build-deqp.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh index e15a31353e3..444e252669b 100755 --- a/.gitlab-ci/container/build-deqp.sh +++ b/.gitlab-ci/container/build-deqp.sh @@ -37,6 +37,9 @@ DEQP_GLES_VERSION=3.2.11.0 main_cts_commits_to_backport=( # If you find yourself wanting to add something in here, consider whether # bumping DEQP_MAIN_COMMIT is not a better solution :) + + # Build testlog-* and other tools also on Android + 0fcd87248f83a2174e5c938cb105dc2da03f3683 ) # shellcheck disable=SC2034