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: Gate mksquashfs xattr exclusion behind version check #60

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

pothos
Copy link
Member

@pothos pothos commented Apr 17, 2024

Old mksquashfs versions don't support the xattr exclusion that was added to prevent harmless warnings getting printed. To support old mksquashfs versions, gate this behind a version check.

How to use

Testing done

I tested ./create_wasmtime_sysext.sh 4.0.0 wasmtime with a 4.6 version, and for an older version it was also tested

@pothos pothos requested a review from a team April 17, 2024 13:27
bake.sh Outdated Show resolved Hide resolved
bake.sh Outdated Show resolved Hide resolved
Old mksquashfs versions don't support the xattr exclusion that was
added to prevent harmless warnings getting printed.
To support old mksquashfs versions, gate this behind a version check.
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