Conversation
4b13242 to
be9487f
Compare
948098b to
4d94448
Compare
ff420a2 to
6654591
Compare
srcpkgs/anki/template
Outdated
| python_version=3 | ||
| case "$XBPS_TARGET_MACHINE" in | ||
| i686*|armv6*|armv7*|mips*|ppc*) | ||
| broken="Anki only supports 64-bit platforms due to Rust runner" |
There was a problem hiding this comment.
Would it make sense to use XBPS_TARGET_WORDSIZE instead? Otherwise if anki explicitly only supports 64 bit maybe it should be set in archs instead
There was a problem hiding this comment.
It's the runner that requires a 64-bit, not Anki itself. I'm not sure if it's possible to build runner on a 64-bit host machine and then use it to cross-build Anki for 32-bit targets without packaging the runner.
84159b7 to
ae5b767
Compare
|
@mmdbalkhi , could you do another force push and update so that we can try to get this accepted by one of the hard working Void core team members? I am sure that I am not the only person who would appreciate having Anki available as a native package in Void rather than needing to use the Anki project's official (new) scripted setup. Thank you for doing this for all of our benefit. |
|
Is there anything I can help with to get this finished? |
|
@sburris0 This PR doesn't build at the moment, that needs to be fixed. The logs have expired so no clue what the problem was, you'll have to try building to find out. |
|
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it. |
Testing the changes
Local build testing