-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: download and decompress xz images (#29)
* refactor: download and decompress xz images * fix: (intermediate value).getReader is not a function * test: use image worker to unpack and validate images * fix: use manifest defined size to calculate unpacking progress * fix: use system alt image size * fix: await writable.write promises so writes are complete before closing * fix: switch from xzwasm to xz-decompress for unpacking xz images xz-decompress is a fork of xzwasm that contains a fix for an issue causing checksum mismatches when awaiting writable writes --------- Co-authored-by: Justin Newberry <[email protected]>
- Loading branch information
Showing
5 changed files
with
76 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters