xref: /third_party/mesa3d/.gitlab-ci/container/container_post_build.sh
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/.gitlab-ci/container/
1bf215546Sopenharmony_ci#!/bin/sh
2bf215546Sopenharmony_ci
3bf215546Sopenharmony_ciif test -f /etc/debian_version; then
4bf215546Sopenharmony_ci    apt-get autoremove -y --purge
5bf215546Sopenharmony_cifi
6bf215546Sopenharmony_ci
7bf215546Sopenharmony_ci# Clean up any build cache for rust.
8bf215546Sopenharmony_cirm -rf /.cargo
9bf215546Sopenharmony_ci
10bf215546Sopenharmony_ciccache --show-stats
11

Indexes created Thu Nov 07 10:32:03 CST 2024