-
Notifications
You must be signed in to change notification settings - Fork 29
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
FORCE_JSONRS_BUILD doesn't seem to work #12
Comments
Hey, this seems to be a bug introduced in the latest version of rustler_precompiled. You can explicitly set your rustler_precompiled version to 0.5.2 in your deps to downgrade it and that should work around it for now. I'll open an issue in the rustler_precompiled repo about it.
I see an open PR in rustler_precompiled about adding this. I think the main issue is what's supported by |
Using cross v0.2.4 should do the trick. Here's an example workflow which build a release for |
@adriankumpf Thanks! I didn't know cross 0.2.4 supported @cjbottaro I just cut a Jsonrs release that updates the |
@benhaney Yes, that worked, thank you very much. And it's about 2.5x faster than Jason for parsing 200 mb worth of JSON, nice! |
Hello.
Also how do I go about requesting
aarch64-unknown-linux-musl
target? I'm running in an Alpine 3 container on a Mac M1 host.Thank you.
The text was updated successfully, but these errors were encountered: