From: Michel Dänzer Date: Wed, 6 Nov 2019 18:58:19 +0000 (+0100) Subject: gitlab-ci: Delete install/bin from artifacts as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af684753f3437aaf708f8256b0517ed39b893a61;p=mesa.git gitlab-ci: Delete install/bin from artifacts as well This cuts the x86 artifacts zip file size in less than half. Reviewed-by: Eric Anholt --- diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index 05a66177dd6..2a661b5e3d7 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -3,8 +3,8 @@ set -e set -o xtrace -# Delete 2MB of includes from artifacts. -rm -rf install/include +# Delete unused bin and includes from artifacts to save space. +rm -rf install/bin install/include # Strip the drivers in the artifacts to cut 80% of the artifacts size. if [ -n "$CROSS" ]; then