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

Exclude AES from CMake #152

Merged
merged 2 commits into from
Mar 16, 2023
Merged

Exclude AES from CMake #152

merged 2 commits into from
Mar 16, 2023

Conversation

yim-lee
Copy link
Member

@yim-lee yim-lee commented Mar 14, 2023

SwiftPM doesn't need it and this would allow removal of CCryptoBoringSSL dependency on non-Darwin platforms, thus reducing SwiftPM size.

Also remove CryptoKitErrors_boring.swift in _CryptoExtras because the same util already exists in Crypto and code in _CryptoExtras can use that instead.

SwiftPM doesn't need it and this would allow removal of CCryptoBoringSSL dependency on non-Darwin platforms, thus reducing SwiftPM size.
@yim-lee yim-lee marked this pull request as draft March 14, 2023 16:41
@yim-lee
Copy link
Member Author

yim-lee commented Mar 14, 2023

Need to add exclusions to update_cmakelists or else those files would keep getting re-added to CMakeLists

@yim-lee yim-lee marked this pull request as ready for review March 15, 2023 03:52
@Lukasa Lukasa added the needs-no-version-bump For PRs that when merged do not need a bump in version number. label Mar 16, 2023
@Lukasa Lukasa merged commit 5d8b14d into apple:main Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-no-version-bump For PRs that when merged do not need a bump in version number.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants