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

chore: release HSM-compatible binaries for linux #180

Merged
merged 3 commits into from
Mar 20, 2023

Conversation

adamspofford-dfinity
Copy link
Contributor

@adamspofford-dfinity adamspofford-dfinity commented Mar 20, 2023

Our default Linux release target uses musl, which forbids runtime dynamic loading, which prevents PKCS#11 HSMs. This PR adds a third Linux target for glibc, and moves HSM functionality behind a feature flag so that the musl version can have fewer dependencies and produce a more useful error message.

@adamspofford-dfinity adamspofford-dfinity requested a review from a team as a code owner March 20, 2023 19:47
@adamspofford-dfinity adamspofford-dfinity changed the title feat: release HSM-compatible binaries for linux chore: release HSM-compatible binaries for linux Mar 20, 2023
@adamspofford-dfinity adamspofford-dfinity merged commit b0f5633 into master Mar 20, 2023
@adamspofford-dfinity adamspofford-dfinity deleted the spofford/linux-hsm branch March 20, 2023 20:49
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.

2 participants