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(core): Fix Rust publishing of x86_64 binaries #1857

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

rfairfax
Copy link
Contributor

Rust names the x86-64 architecture as x86_64. Java names it as amd64. This mismatch causes errors during library load as they can't agree on the file path.

The fix is to normalize the Rust name into the Java name, so it can locate the output binaries.

Pull Request checklist

  • The commit(s) message(s) follows the contribution guidelines ?

Rust names the x86-64 architecture as x86_64.  Java names it as amd64.
This mismatch causes errors during library load as they can't agree on the file path.

The fix is to normalize the Rust name into the Java name, so it can locate the output
binaries.
@rfairfax rfairfax merged commit 6fe42cc into filodb:develop Sep 26, 2024
1 check passed
@rfairfax rfairfax deleted the rfairfax/rust_x64_fix branch September 26, 2024 20:23
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