You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the report!
I've file a PR to your repo mamcx/RustStoreNix#1 with an example.
At this time it is assumed that Cargo.toml resides at src, but in your case there are two separate workspaces in the repository and no top-level Cargo.toml, which is not currently supported - I flipped it around and moved RustStore to top-level to work around that.
I also had to remove the custom .cargo target build config to use the correct linker/toolchain during the build
I have checked and it works. The modifications in your PR are acceptable to me.
A few questions:
Is likely that the support for the targets for Android armeabi-v7a, arm64-v8a could be made to work (on both linux/macOS M1)? What is the block for them?
How to take advantage of caching to reduce (re)build times (especially in CI)
This is a continuation from this issue
I have a repo here:
https://github.com/mamcx/RustStoreNix/tree/nixify
I must compile on
macOS, Linux
with targetswindows, linux musl, android, ios
. But my major problem is with android. I need:I tried with:
And get :
The text was updated successfully, but these errors were encountered: