Skip to content

Commit

Permalink
[Action] Disable making large image
Browse files Browse the repository at this point in the history
When there is no Yocto cache, unnecessary packages should be removed due to lack of space in the runner.
We don't need this option when we have the cache.
Activate again if there is no cache.

Signed-off-by: Gichan Jang <[email protected]>
  • Loading branch information
gichan-jang authored and jaeyun-jung committed Nov 15, 2024
1 parent 1dbbfcb commit d239d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
key: yocto-cache-yocto-5.0.3

- name: acquire some disk space
if: steps.rebuild.outputs.rebuild == '1'
if: false # Enable this step when you need to make new cache.
run: |
df -h
sudo apt-get update --fix-missing \
Expand Down

0 comments on commit d239d90

Please sign in to comment.