mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-12 19:54:33 +08:00
ba39cc5e85
This should reduce our container rebuild times, particularly on the 40-minute ARM build (which is split across only 2 runners and thus likely to have a hot cache) when working on updating containers. Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4099>
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
|
|
apt-get autoremove -y --purge
|
|
|
|
ccache --show-stats
|