~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to .gitlab-ci/container/container_post_build.sh

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
if test -f /etc/debian_version; then
4
 
    apt-get autoremove -y --purge
5
 
fi
6
 
 
7
 
# Clean up any build cache for rust.
8
 
rm -rf /.cargo
9
 
 
10
 
ccache --show-stats