Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bake.sh: Add mksquashfs flags to prevent appending and reduce warnings #59

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

pothos
Copy link
Member

@pothos pothos commented Apr 15, 2024

While the use of mksquashfs here happens in a way where no existing file should be there to append to, it's better to always overwrite. Since one might get a lot of warnings on btrfs systems about unknown xattrs, we can also silence these.

How to use

Testing done

Created a wasmtime sysext

While the use of mksquashfs here happens in a way where no existing file
should be there to append to, it's better to always overwrite. Since
one might get a lot of warnings on btrfs systems about unknown xattrs,
we can also silence these.
@pothos pothos requested a review from a team April 15, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants