You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often disable the `rm -rf tmp` line to make iterating quicker (by
removing the need to pull and write previous layers and objects) but in
order for that to work you still need to delete a couple of things. Add
a second line so that you can comment out the first one while you're
working, like:
# rm -rf tmp
rm -rf tmp/efi tmp/sysroot/composefs/images
Signed-off-by: Allison Karlitskaya <[email protected]>
0 commit comments