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