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

ci: migrate windows to github workflow #158

Merged
merged 3 commits into from Apr 21, 2024
Merged

ci: migrate windows to github workflow #158

merged 3 commits into from Apr 21, 2024

Conversation

tmfink
Copy link
Member

@tmfink tmfink commented Apr 18, 2024

No description provided.

Bindgen generates different repr for enums:

- Linux: unsigned (u32/c_uint)
- Windows: unsigned (i32/c_int)

Some test code that directly instantiates capstone_sys types incorrectly
assumed a static type (e.g. `u32`). Instead, we now use the defined type
(e.g. `arm64_reg::Type`).

Also removes the now unnecessary `From<u32> for RegId` impl.
@tmfink tmfink merged commit 978a71b into master Apr 21, 2024
21 checks passed
@tmfink tmfink changed the title ci: migrate windows & add macos to github workflow ci: migrate windows to github workflow Apr 21, 2024
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

1 participant