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

fixes build issue in aarch64 observed in some builds #266

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

vasudeva8
Copy link
Collaborator

observed a build error during check of aarch64 linux on a vm.
from error, it has char as unsigned data type by default and hence couldn't hold -117 in the data.
explicitly made the type as signed char that it builds fine.

@tcezard
Copy link
Member

tcezard commented Oct 17, 2024

This was flagged in bioconda as well

@vasudeva8 vasudeva8 merged commit 27aa7a5 into EBIvariation:master Oct 21, 2024
6 of 8 checks passed
@vasudeva8 vasudeva8 deleted the aarch64 branch October 21, 2024 08:52
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