Mesa (master): ci: Don't ship vk-build-programs after building dEQP

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 29 13:01:32 UTC 2020


Module: Mesa
Branch: master
Commit: 8a8afcbe4038ed9675dc2695cad43f82d7a22a02
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a8afcbe4038ed9675dc2695cad43f82d7a22a02

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Mon Jul 27 12:32:47 2020 +0200

ci: Don't ship vk-build-programs after building dEQP

As it's not needed at runtime.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reviewed-by: Rohan Garg <rohan.garg at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5903>

---

 .gitlab-ci/build-deqp-gl.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/build-deqp-gl.sh b/.gitlab-ci/build-deqp-gl.sh
index 34456e7071c..ef47274ce5c 100644
--- a/.gitlab-ci/build-deqp-gl.sh
+++ b/.gitlab-ci/build-deqp-gl.sh
@@ -60,6 +60,7 @@ rm -rf /deqp/modules/egl
 rm -rf /deqp/framework
 rm -rf /deqp/external/openglcts/modules/gl_cts/data/mustpass
 rm -rf /deqp/external/openglcts/modules/cts-runner
+rm -rf /deqp/external/vulkancts/modules/vulkan/vk-build-programs
 find -iname '*cmake*' -o -name '*ninja*' -o -name '*.o' -o -name '*.a' | xargs rm -rf
 ${STRIP_CMD:-strip} modules/*/deqp-* external/openglcts/modules/glcts
 du -sh *



More information about the mesa-commit mailing list