From 8a8afcbe4038ed9675dc2695cad43f82d7a22a02 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 27 Jul 2020 12:32:47 +0200 Subject: [PATCH] ci: Don't ship vk-build-programs after building dEQP As it's not needed at runtime. Signed-off-by: Tomeu Vizoso Reviewed-by: Rohan Garg Part-of: --- .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 * -- 2.30.2