ccache is installed as ephemeral. Hence, the build will fail if used
by the post_build script after removing it.
This reverts commit
40ab6d77c06fe5c0882fe3320583a6a2b1355eab.
Signed-off-by: Andres Gomez <agomez@igalia.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6391>
############### Uninstall the build software
+ccache --show-stats
+
apt-get purge -y \
$STABLE_EPHEMERAL
-. .gitlab-ci/container/container_post_build.sh
+apt-get autoremove -y --purge
############### Uninstall the build software
+ccache --show-stats
+
apt-get purge -y \
$STABLE_EPHEMERAL
-. .gitlab-ci/container/container_post_build.sh
+apt-get autoremove -y --purge