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

Switch to Bazel-built mksquashfs #73

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Switch to Bazel-built mksquashfs #73

merged 1 commit into from
Aug 31, 2023

Conversation

lalten
Copy link
Owner

@lalten lalten commented Aug 31, 2023

Having Bazel build mksquashfs from source should help with cross-target appimage building, which has mksquashfs running in exec configuration. With this setup, Bazel should do the right (:tm:) thing automatically. There is no need to pull in multiple mksquashfs static binaries.

Note that the mksquashfs we build here only supports gzip and zstd compressors. This is the same set as in the previous mksquashfs from https://github.com/lalten/static-tools/releases/tag/build-2022-10-02-f8b7a56

The zlib (for gzip) is taken directly from Bazel itself, so only zstd is a new external transitive source dependency.

@lalten lalten merged commit 4aede00 into main Aug 31, 2023
26 checks passed
@lalten lalten deleted the bazelized-mksquashfs branch August 31, 2023 20:13
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.

1 participant