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(bindings): remove optional cmake dependency #4347

Merged
merged 2 commits into from
Jan 9, 2024

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Jan 9, 2024

Description of changes:

In #4283 we removed the PQ implementation in favor of using the underlying libcrypto implementation. The Rust build logic wasn't updated as part of that PR, though.

This change fixes PQ builds for the Rust bindings by removing the cmake build entirely, which isn't needed anymore.

Call-outs:

I've kept the cmake feature flag on the s2n-tls-sys crate, in case any customers were enabling it. But no one should notice that we aren't supporting building cmake anymore.

Testing:

I've tested the change locally as well as the CI build.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Jan 9, 2024
@camshaft camshaft marked this pull request as ready for review January 9, 2024 01:04
@camshaft camshaft requested review from jmayclin and lrstewart January 9, 2024 01:11
@camshaft camshaft enabled auto-merge (squash) January 9, 2024 17:53
@camshaft camshaft merged commit edebdae into aws:main Jan 9, 2024
29 checks passed
@camshaft camshaft deleted the rust-no-cmake branch January 9, 2024 21:23
dougch pushed a commit to dougch/s2n-tls that referenced this pull request Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants