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

Support compiling aws-smithy-client on 32bit CPU architecture #1810

Closed
crisidev opened this issue Oct 5, 2022 · 0 comments · Fixed by #1811
Closed

Support compiling aws-smithy-client on 32bit CPU architecture #1810

crisidev opened this issue Oct 5, 2022 · 0 comments · Fixed by #1811

Comments

@crisidev
Copy link
Contributor

crisidev commented Oct 5, 2022

https://github.com/awslabs/smithy-rs/blob/6322569ea7e1f0a43e380b859c1cfabfcab92a5d/rust-runtime/aws-smithy-client/src/never.rs#L30

This module is using an AtomicU64, which is preventing the client to be compilable on 32bit system. I propose to change this to use an AtomicUsize, but I am not sure if there are any implication or explicit decision to not support 32bit architectures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants