From 9a83b2c64f18aba85f7dac5855e6c0f15dae3de5 Mon Sep 17 00:00:00 2001 From: TTTTAAAx Date: Thu, 11 Jan 2024 14:15:58 +0000 Subject: [PATCH] Added a comment --- ..._75_58dfd18135aa187d8b3977521ecff2d2._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/install/fromsource/comment_75_58dfd18135aa187d8b3977521ecff2d2._comment diff --git a/doc/install/fromsource/comment_75_58dfd18135aa187d8b3977521ecff2d2._comment b/doc/install/fromsource/comment_75_58dfd18135aa187d8b3977521ecff2d2._comment new file mode 100644 index 0000000000..9d07aef2ec --- /dev/null +++ b/doc/install/fromsource/comment_75_58dfd18135aa187d8b3977521ecff2d2._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="TTTTAAAx" + avatar="http://cdn.libravatar.org/avatar/9edd4b69b9f9fc9b8c1cb8ecd03902d5" + subject="comment 75" + date="2024-01-11T14:15:58Z" + content=""" +Can I make armv7 version for alpine Linux? Or WASM? +`git-annex` can't run on iOS without jailbreak. +The only way is to build it on iSH or A-shell. + +git-annex(aarch64) is already provided on alpine repo. But iSH supports only armv7. So I can't install git-annex. I tried to build ghc for armv7. But the Haskell foundation has dropped supporting the armv7 since ghc-9. + +A-shell needs WASI binary. I tried ghc-wasm-meta to compile git-annex to WASI binary, But I couldn't handle package version conflicts inside git-annex. + + +"""]]