mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 22:21:13 +00:00
091946a478
Main differences with previous setup are: - No manifest creation - gst-indent is executed only when the bot is assigned (instead of the manifest task) - Cerbero jobs are triggered in the cerbero repo - Remove cerbero and android related files as they now are in cerbero itself. - Update `container.ps1` to the new file layout Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/891>
7 lines
101 B
Bash
7 lines
101 B
Bash
set -eux
|
|
|
|
echo "Removing DNF cache"
|
|
dnf clean all
|
|
|
|
rm -R /root/*
|
|
rm -rf /var/cache/dnf /var/log/dnf*
|