Skip to content

Commit

Permalink
Fix .squashfs files not being cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
themylogin committed Jan 8, 2025
1 parent a506fba commit 81125a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scale_build/image/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def build_extensions():
run(["mksquashfs", td, f"{sysext_extensions_dir}/functioning-dpkg.raw"])

with tempfile.NamedTemporaryFile(suffix=".squashfs") as tf:
tf.close()
run(["mksquashfs", CHROOT_BASEDIR, tf.name, "-one-file-system"])
do_build_extensions(tf.name, sysext_extensions_dir)

Expand Down

0 comments on commit 81125a3

Please sign in to comment.