-
Notifications
You must be signed in to change notification settings - Fork 111
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
cargo apk -- build --release
doesn't build in release
profile anymore
#375
Comments
Perhaps this was caused by #363. |
This is specifically caused by e2b9db4 as I'll investigate if this is intended, if there's a way around it, or if I should just revert that specific commit. |
This was referenced Dec 8, 2022
Closed
This was referenced Dec 11, 2022
Thank you for the quick fix, now it works just as well as before! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use
cargo-apk
to only build a shared library from Rust which then I'll load and use from a "regular" (Java+Kotlin) Android project - so I don't need any APK generation, code signing, etc. fromcargo-apk
.I was using
cargo apk -- build --release
for this, as suggested here: #326 (comment)This used to work well, however, since then, it has stopped building in
release
mode for some reason, as can be seen here:https://github.com/torokati44/ruffle-android/actions/runs/3623790481/jobs/6110051919
The text was updated successfully, but these errors were encountered: