update
This commit is contained in:
parent
a97ef366fa
commit
3b8ce5a89a
3 changed files with 45 additions and 0 deletions
17
doc/devblog/day_524__new_phone.mdwn
Normal file
17
doc/devblog/day_524__new_phone.mdwn
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
Been making some improvements to `git-annex export` over the past couple
|
||||||
|
days, but took time off this afternoon to set up a new phone, and try
|
||||||
|
[git-annex in termux](https://git-annex.branchable.com/tips/install_on_Android_in_Termux/)
|
||||||
|
on it. Luckily, I was able to reproduce the signal 11
|
||||||
|
on arm64 problem that several users have reported earlier, and also found a fix,
|
||||||
|
which is simply to build git-annex for arm64.
|
||||||
|
|
||||||
|
So I want to set up a [[todo/arm64_autobuilder]], and if someone has an
|
||||||
|
arm64 server that could host it, that would be great. Otherwise, I could
|
||||||
|
use Scaleway, but I'd rather avoid that ongoing expense.
|
||||||
|
|
||||||
|
Also fixed a recent reversion in the linux standalone
|
||||||
|
runshell that broke git-annex in termux, and probably on some other
|
||||||
|
systems.
|
||||||
|
|
||||||
|
Today's work was sponsored by Trenton Cronholm
|
||||||
|
[on Patreon](https://patreon.com/joeyh)
|
|
@ -0,0 +1,18 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 21"""
|
||||||
|
date="2018-10-10T20:14:17Z"
|
||||||
|
content="""
|
||||||
|
Well, I see the signal 11 too, on my arm64 phone running LineageOS Android 8.1.
|
||||||
|
Some others had earlier reported it worked on arm64, but perhaps newer
|
||||||
|
versions of Android don't or whatever.
|
||||||
|
|
||||||
|
I made a test arm64 build, and it does work. Get it here:
|
||||||
|
<https://tmp.joeyh.name/git-annex-arm64-test-build/>
|
||||||
|
|
||||||
|
(I also had to run termux-fix-shebang as described above.)
|
||||||
|
|
||||||
|
I do not yet have an arm64 autobuilder running, todo for that is
|
||||||
|
[[todo/arm64_autobuilder]] -- if anyone has an arm64 machine that could run
|
||||||
|
the autobuilder, that would help!
|
||||||
|
"""]]
|
10
doc/todo/arm64_autobuilder.mdwn
Normal file
10
doc/todo/arm64_autobuilder.mdwn
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Add an arm64 autobuilder (linux).
|
||||||
|
|
||||||
|
This is needed to run in termux on some android devices.
|
||||||
|
And of course there are arm64 servers, although the armel build probably
|
||||||
|
also works on them.
|
||||||
|
|
||||||
|
Status: Builds fine on arm64, but needs an autobuilder. Building under
|
||||||
|
emulation could be done, or a scaleway arm64 server, which would be a
|
||||||
|
$5/month expense. Or, perhaps someone has an arm64 that could host the
|
||||||
|
autobuilder? --[[Joey]]
|
Loading…
Add table
Reference in a new issue