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

Feature/cross compile #42

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mokhtarabadi
Copy link

No description provided.

Adds a `target` parameter to the Rust Maven plugin, allowing users to cross-compile their Rust crates for different target platforms.  Updates tests to cover cross-compilation scenarios.
Adds logic to resolve the copyToDir based on the provided target triple.
This allows for copying native libraries to the correct platform-specific directory.
@CLAassistant
Copy link

CLAassistant commented Jan 7, 2025

CLA assistant check
All committers have signed the CLA.

Replaces underscores with hyphens in the architecture part of the Rust target triple. This ensures consistency with the expected format.
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