mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
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 <eric@anholt.net>
This commit is contained in:
parent
aebf43dcc1
commit
af684753f3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue