WIP: AE_DISABLE_CUCKOO env var support #36
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "GH-2959-running-on-termux"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is work in progress, experimenting with getting an
ae
node to build and run ontermux
(Android).The idea is to introduce an os env variable,
AE_DISABLE_CUCKOO=true
(sincecuckoo
is hard to compile ontermux
). This would removecuckoo
-related deps, also remove the corresponding app deps from theaeminer.app
file, and set an OTP environment variable,{use_cuckoo, false}
.Similar things need to be done in the
aeternity
repos regardingaestratum
, which also depends oncuckoo
Created by: tolbrino
Wouldn't it make more sense to create a separate rebar profile which removes
aeminer
andaestratum
from the build entirely. E.g.slim
profile?Created by: nikita-fuchs
An approach that removes anything that is too picky about system architecture and not necessary to run a "basic passive client" would be really great indeed, the linuxZ mainframe is still waiting for you @tolbrino ;) !
Checkout
From your project repository, check out a new branch and test the changes.