-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM AArch64 support #167
Comments
Is this task complete? Sounds like something I'd enjoy. What did you mean by |
No. This is a task in the plan. Some particular packages should be revised to satisfy Linux in mobile phones. Then the user can run a node in mobile phone. I mean it should fork the package repo and revised by us |
Does the host system need leveldb? I think so because I have run VSYS without it, but I am not sure. Thanks for any info! |
https://mvnrepository.com/artifact/org.openlabtesting.leveldbjni/leveldbjni-linux64-aarch64/1.8 I'm trying this now but it is architecture specific so maybe not the best possible choice |
I checked several packages that can make this work on my android phone, but I am not sure about the security problems back the packages. We should take care to use such dependency for the official release, and listed choices to the users. |
Closed by #229 The package I used is based on the master branch of the package that we are currently using and I do not see any security risk. |
In current code, we used the latest released version of
leveldbjni
(leveldbjni-1.8, on 17 Oct 2013, https://github.com/fusesource/leveldbjni), this may not support the Android Phone to run a full-node.In their latest merged PR (on 2 Nov 2017, fusesource/leveldbjni#82), ARM AArch64 is supported. We may add this feature to our project.
Tasks:
v-systems/project/Dependencies.scala
Line 45 in 0b5ba8d
The text was updated successfully, but these errors were encountered: