ci: Remove some leftover caches in the linux images

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7816>
This commit is contained in:
Jordan Petridis 2025-04-03 10:08:47 +03:00 committed by GStreamer Marge Bot
parent 5ce342f8fd
commit f9cd0f0d9b
2 changed files with 6 additions and 0 deletions

View File

@ -13,3 +13,6 @@ git config --global user.name "Gstbuild Runner"
bash ./ci/scripts/create-container-user.sh
bash ./ci/scripts/create-subprojects-cache.sh
# leftover caches
rm -rf /root/.cache /root/.npm

View File

@ -13,3 +13,6 @@ bash ./ci/scripts/install-rust.sh
bash ./ci/scripts/create-container-user.sh
bash ./ci/scripts/create-subprojects-cache.sh
# leftover caches
rm -rf /root/.cache /root/.npm