From 1bc0e3b33bd9434e853a5172ff3b8dacd7e545a5 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Sat, 22 Jul 2023 16:52:28 +0000 Subject: [PATCH] ci: switch to rm_work instead of rm_work_and_downloads, so the build script can find a common dir that can be cleaned. Otherwise we will miss out on a few inlined DL_DIRs which are super large like kernel or qemu Signed-off-by: Konrad Weihmann --- .github/workflows/cache_builder.yml | 4 ++-- .github/workflows/nightly_master.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cache_builder.yml b/.github/workflows/cache_builder.yml index 488b8df53..de9119cdf 100644 --- a/.github/workflows/cache_builder.yml +++ b/.github/workflows/cache_builder.yml @@ -60,12 +60,12 @@ jobs: with: variable: SSTATE_DIR value: /opt/build/sstate-cache - - name: setup (rm_work_and_downloads) + - name: setup (rm_work) uses: priv-kweihmann/meta-sca-ci-utils/addvar@latest with: variable: INHERIT operation: " += " - value: "rm_work_and_downloads" + value: "rm_work" - name: build (glibc) uses: priv-kweihmann/meta-sca-ci-utils/buildstep@latest with: diff --git a/.github/workflows/nightly_master.yml b/.github/workflows/nightly_master.yml index c3eb60119..aab8988b7 100644 --- a/.github/workflows/nightly_master.yml +++ b/.github/workflows/nightly_master.yml @@ -74,12 +74,12 @@ jobs: with: variable: SSTATE_DIR value: /opt/build/sstate-cache - - name: setup (rm_work_and_downloads) + - name: setup (rm_work) uses: priv-kweihmann/meta-sca-ci-utils/addvar@latest with: variable: INHERIT operation: " += " - value: rm_work_and_downloads + value: rm_work - name: build (glibc) uses: priv-kweihmann/meta-sca-ci-utils/buildstep@latest with: