summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2020-07-27 12:32:47 +0200
committerMarge Bot <eric+marge@anholt.net>2020-07-29 12:41:45 +0000
commit8a8afcbe4038ed9675dc2695cad43f82d7a22a02 (patch)
treed3fa27d9fe2b81c0e09b4277fffb7f37f6fbd2d4 /.gitlab-ci
parent5262cd8be51dccee7b15bf888c7b4158bfa734cd (diff)
ci: Don't ship vk-build-programs after building dEQP
As it's not needed at runtime. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Rohan Garg <rohan.garg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5903>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/build-deqp-gl.sh1
1 files changed, 1 insertions, 0 deletions
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 *