-
Notifications
You must be signed in to change notification settings - Fork 119
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
jemalloc-sys error : could not find native static library jemalloc
#153
Comments
I have worked around this issue, the basic idea is to build jemalloc manually
Then create the static library manually.
Next, set In this way, we can have Linux-based docker image running in CI to build windows binaries. Here is full dockerfile
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compile on Linux targeting windows.
cargo build --target x86_64-pc-windows-gnu --release --verbose
Here is the building environment dockerfile.
Same error occurs if compiling with cross
The text was updated successfully, but these errors were encountered: