Sign in
fuchsia
/
third_party
/
mesa
/
b9d588b5db6a5bf04c5934a2e9a8b3354fe02094
/
.
/
.gitlab-ci
/
container
/
container_post_build.sh
blob: 498274f45875e3513d90981de9fd284ca310a451 [
file
] [
log
] [
blame
]
#!/bin/sh
if
test
-
f
/
etc
/
debian_version
;
then
apt
-
get autoremove
-
y
--
purge
fi
# Clean up any build cache for rust.
rm
-
rf
/.
cargo
if
test
-
x
/
usr
/
bin
/
ccache
;
then
ccache
--
show
-
stats
fi