Skip to content

Commit

Permalink
ci: switch to rm_work
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
priv-kweihmann committed Jul 22, 2023
1 parent e9a5d16 commit 1bc0e3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cache_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1bc0e3b

Please sign in to comment.