From: Tomeu Vizoso Date: Mon, 27 Jul 2020 10:32:47 +0000 (+0200) Subject: ci: Don't ship vk-build-programs after building dEQP X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a8afcbe4038ed9675dc2695cad43f82d7a22a02;p=mesa.git 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: --- 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 *