Skip to content

Commit

Permalink
github: ci: use faster python sstate-cache-management
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
  • Loading branch information
jsbronder committed Jan 3, 2024
1 parent ca736d2 commit 24c15bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
run: |
source poky/oe-init-build-env build
du -sh sstate-cache
sstate-cache-management.sh --yes --cache-dir=sstate-cache --remove-duplicated
sstate-cache-management.sh --yes --cache-dir=sstate-cache --stamps-dir=tmp/stamps
sstate-cache-management.py --yes --cache-dir=sstate-cache --remove-duplicated
sstate-cache-management.py --yes --cache-dir=sstate-cache --stamps-dir=tmp/stamps
du -sh sstate-cache
rm -r tmp/
- name: Save Shared-State Cache
Expand Down

0 comments on commit 24c15bb

Please sign in to comment.