mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 13:50:09 +01:00
ci/lava: Remove Android CTS from the core rootfs
Current LAVA jobs use dEQP instead of Android CTS, so there's no need to include Android CTS in the rootfs. Removing both Cuttlefish and Android CTS reduces the rootfs size from ~2GB to ~500MB. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35522>
This commit is contained in:
parent
f7befb9d8d
commit
bbffb1b967
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ buildah_export() {
|
|||
|
||||
# These components will be provided via LAVA overlays,
|
||||
# so remove them from the core rootfs
|
||||
rm -rf "${mountpoint}/android-cts"
|
||||
rm -rf "${mountpoint}/cuttlefish"
|
||||
rm -rf "${mountpoint}/vkd3d-proton-tests"
|
||||
rm -rf "${mountpoint}/vkd3d-proton-wine64"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue