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 aarch64 i8/u8 mismatch and improve pipeline #55

Merged
merged 4 commits into from
Nov 29, 2023

Conversation

mtjhrc
Copy link
Collaborator

@mtjhrc mtjhrc commented Nov 2, 2023

Fixes #53

@mtjhrc mtjhrc force-pushed the fix-aarch64 branch 2 times, most recently from d465f0d to 78b1dcf Compare November 2, 2023 10:30
This seems to catch more problems, such as the u8/i8 mismatch on
aarch64 platforms.

Signed-off-by: Matej Hrica <[email protected]>
We need #[allow(unused_mut)], to disable warnings on other targets.

Signed-off-by: Matej Hrica <[email protected]>
@mtjhrc mtjhrc marked this pull request as ready for review November 2, 2023 11:47
@mtjhrc mtjhrc requested a review from slp November 2, 2023 18:36
Copy link
Collaborator

@slp slp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, merging this one instead of #54. The new checks in the pipeline are a nice addition too.

@slp slp merged commit 27a6dfb into containers:main Nov 29, 2023
2 checks passed
@slp slp mentioned this pull request Nov 29, 2023
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.

"mismatched types" error while building
2 participants