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 android null pointer #106

Merged
merged 3 commits into from Sep 5, 2022
Merged

Fix android null pointer #106

merged 3 commits into from Sep 5, 2022

Conversation

beltram
Copy link
Member

@beltram beltram commented Sep 5, 2022


PR Submission Checklist for internal contributors

  • The PR Title

    • conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow²
    • contains a reference JIRA issue number like SQPIT-764
    • answers the question: If merged, this PR will: ... ³
  • The PR Description

    • is free of optional paragraphs and you have filled the relevant parts to the best of your ability

What's new in this PR?

Issues

Running core-crypto on Android fails because of a null pointer error in the sha2 crate. The regression was introduced by this PR which narrows down the supported architectures, excluding Android ones. It is likely the sha2-asm is supported on more targets than it claims.


References
  1. https://sparkbox.com/foundry/semantic_commit_messages
  2. https://github.com/wireapp/.github#usage
  3. E.g. feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.

@beltram beltram requested a review from typfel September 5, 2022 08:30
@OtaK
Copy link
Contributor

OtaK commented Sep 5, 2022

Should we open an issue on https://github.com/RustCrypto/hashes?

@beltram beltram merged commit d4438df into develop Sep 5, 2022
@beltram beltram deleted the fix/android-build branch September 7, 2022 09:32
@OtaK OtaK added this to the 0.5.0 milestone Sep 9, 2022
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.

None yet

3 participants