-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feature SQLite fails to build on aarch64 #3287
Labels
Comments
jasonish
added a commit
to jasonish/sqlx
that referenced
this issue
Jun 13, 2024
Use "c_char" instead of "i8" as it resolves to the correct string type on different architectures. Fixes: launchbadge#3287
jasonish
added a commit
to jasonish/sqlx
that referenced
this issue
Jun 21, 2024
Use "c_char" instead of "i8" as it resolves to the correct string type on different architectures. Fixes: launchbadge#3287
jasonish
added a commit
to jasonish/sqlx
that referenced
this issue
Jul 20, 2024
Use "c_char" instead of "i8" as it resolves to the correct string type on different architectures. Fixes: launchbadge#3287
abonander
pushed a commit
that referenced
this issue
Jul 22, 2024
Use "c_char" instead of "i8" as it resolves to the correct string type on different architectures. Fixes: #3287
jrasanen
pushed a commit
to jrasanen/sqlx
that referenced
this issue
Oct 14, 2024
Use "c_char" instead of "i8" as it resolves to the correct string type on different architectures. Fixes: launchbadge#3287
jrasanen
pushed a commit
to jrasanen/sqlx
that referenced
this issue
Oct 14, 2024
Use "c_char" instead of "i8" as it resolves to the correct string type on different architectures. Fixes: launchbadge#3287
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
Build failure on aarch64 with feature "sqlite".
Minimal Reproduction
cross build --target aarch64-unknown-linux-musl --features sqlite
Info
rustc --version
: 1.78.0Introduced with commit 0ea9088.
Build error:
The text was updated successfully, but these errors were encountered: