Damien Elmes
Damien Elmes
The svelte changes are not in .1
Tried setting the deployment target to 11?
Tried clearing out your Rust compilation cache after setting the target to 11? I wonder if pyo3 declares it as something that should trigger a rebuild. We use pyoxidizer in...
Not sure I'm afraid. In case it's helpful, this is how we build: https://github.com/ankitects/anki/blob/main/build/runner/src/bundle/binary.rs builds https://github.com/ankitects/anki/tree/main/qt/bundle. It uses a slightly patched version of PyOxidizer for #466.
From that page: > The entity (for example, developer, company) named in the app’s Google Play store listing must appear in the privacy policy or the app must be named...
Sorry for the delay, I'm swamped at the moment. I'm not really convinced that this is something AnkiWeb should have to do, but I realise these restrictions are imposed on...
Thanks for letting me know - I haven't gotten around to investigating the build issue yet, so glad to hear you've found another workaround.
Please provide an explanation of why we should change the existing working code. What advantages does this new approach have? What trouble did you have with the existing setup?
Multi-arch builds are restricted to macOS, because you can only legally target macOS from macOS. The current approach tries to keep the Rust build process independent from Gradle. That avoids...
If the user asks for a multi-arch build when it's not possible, I think stopping is the best course of action. In practice, multi-arch builds are only going to be...