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(scope): no longer check macOS version #1739

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

tmontaigu
Copy link
Contributor

We checked the macOS version to be sure that the
SecRandomCopyBytes was available.

Since rust 1.74 (which is older than our current msrv)
rust only supports macOS >= 10.12, thus we can expect
SecRandomCopyBytes to always be available and can remove the check

Closes https://github.com/zama-ai/tfhe-rs-internal/issues/806

@cla-bot cla-bot bot added the cla-signed label Oct 31, 2024
@tmontaigu tmontaigu force-pushed the tm/no-check-enclave branch from b9078e2 to ddb475b Compare October 31, 2024 11:15
We checked the macOS version to be sure that the
SecRandomCopyBytes was available.

Since rust 1.74 (which is older than our current msrv)
rust only supports macOS >= 10.12, thus we can expect
SecRandomCopyBytes to always be available and can remove the check
@tmontaigu tmontaigu merged commit e8a3da9 into main Oct 31, 2024
77 checks passed
@tmontaigu tmontaigu deleted the tm/no-check-enclave branch October 31, 2024 17:29
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.

3 participants