Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! env
Browse files Browse the repository at this point in the history
  • Loading branch information
quaresmajose committed Oct 25, 2024
1 parent 112cc18 commit b704469
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
compile:
env:
CACHE_DIR: '/srv/gh-runners/quic-yocto'
DL_DIR: '${{ env.CACHE_DIR }}/downloads'
SSTATE_DIR: '${{ env.CACHE_DIR }}/sstate-cache'
strategy:
max-parallel: 1
fail-fast: true
Expand All @@ -26,11 +28,8 @@ jobs:
fetch-depth: 0

- name: Cleanup sstate-cache
env:
DL_DIR: '${{ env.CACHE_DIR }}/downloads'
SSTATE_DIR: '${{ env.CACHE_DIR }}/sstate-cache'
run: |
mkdir $KAS_WORK_DIR
#mkdir $KAS_WORK_DIR
SSTATE_CACHE_MANAGEMENT="${PWD}/poky/scripts/sstate-cache-management.py --cache-dir ${{ env.SSTATE_DIR }} --remove-duplicated --remove-orphans --debug"
#FIXME: only to check, when done remove the "echo no" and add the "--yes" arg
SSTATE_CACHE_MANAGEMENT="echo no | $SSTATE_CACHE_MANAGEMENT"
Expand Down

0 comments on commit b704469

Please sign in to comment.