From 80f1a6ff412a8bef3a0db226324588c7138b03ee Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Tue, 24 Sep 2024 11:43:18 +0200 Subject: [PATCH] Enable rm_work This will save us a lot of disk space Signed-off-by: Marek Belisko --- .github/configs/build-base-remix.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/configs/build-base-remix.yaml b/.github/configs/build-base-remix.yaml index d339bdd..b3458db 100644 --- a/.github/configs/build-base-remix.yaml +++ b/.github/configs/build-base-remix.yaml @@ -7,5 +7,6 @@ local_conf_header: PVROOT_IMAGE = "yes" PVROOT_IMAGE_BSP = "core-image-base" EXTRA_IMAGE_FEATURES:append = " debug-tweaks" + INHERIT += "rm_work" target: - pantavisor-remix