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

Fix debian build - libzstd #1262

Merged

Conversation

EdgarModesto23
Copy link
Contributor

#1247 | #1261 | #1200

This patch fixes issues mentioned by @kiplingw on #1247 (comment). aswell as addressing the concerns made in #1261.

It removes the use of ZSTD_CLEVEL_DEFAULT(void) (requires libzstd v1.5.0+) in order to keep support for Jammy (which ships with libzstd v1.4.8). And opts for the use of 0 instead. Which is a special value that means the compression algorithm should use a default value.

@kiplingw kiplingw merged commit e27dcc5 into pistacheio:master Nov 12, 2024
155 of 156 checks passed
@kiplingw kiplingw self-requested a review November 12, 2024 06:14
@EdgarModesto23
Copy link
Contributor Author

@kiplingw Awesome!. Please update me if anything comes up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants