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

Add Support for Compiling Rust Dependencies Using MSYS2 #76

Open
Losses opened this issue Aug 27, 2024 · 1 comment
Open

Add Support for Compiling Rust Dependencies Using MSYS2 #76

Losses opened this issue Aug 27, 2024 · 1 comment

Comments

@Losses
Copy link

Losses commented Aug 27, 2024

Is your feature request related to a problem? Please describe.
I'm always frustrated when trying to compile the Rust parts with native dependencies using the MSVC toolchain, as many of these libraries fail to compile properly. This issue significantly hinders development and integration processes.

Describe the solution you'd like
The support for compiling Rust dependencies using the MSYS2 toolchain in cargokit would help. Adding an option to use MSYS2 for compilation would provide a more robust and flexible development environment, and help resolve the compilation issues associated with the MSVC toolchain.

Describe alternatives you've considered
An alternative solution would be to manually configure each Rust library with native dependencies to work with the MSVC toolchain, but this approach is time-consuming and not always feasible. Another alternative is to use a different development setup or environment that supports MSYS2, but this can lead to inconsistencies and additional overhead.

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

No branches or pull requests

2 participants
@Losses and others