asdf-java icon indicating copy to clipboard operation
asdf-java copied to clipboard

Add other architecture (such as armv71) support

Open patbonecrusher opened this issue 5 years ago • 3 comments

Currently working on adding support for asdf-java for the raspberry pi v4.

patbonecrusher avatar Jan 24 '20 18:01 patbonecrusher

Any insight on how to test my changes to the plugin using asdf?

patbonecrusher avatar Jan 24 '20 18:01 patbonecrusher

I've got the list to only list java version for right architecture and to support arm during install.

patbonecrusher avatar Jan 24 '20 18:01 patbonecrusher

Think we can close this issue now seeing:

❯ cat /proc/cpuinfo | grep Raspbe
Model		: Raspberry Pi 4 Model B Rev 1.4

❯ uname -a
Linux poepi 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l GNU/Linux

❯ asdf install java zulu-11.41.75

❯ echo "java zulu-11.41.75" >> ~/.tool-versions

❯ asdf which java
/home/pi/.asdf/installs/java/zulu-11.41.75/bin/java

❯ /home/pi/.asdf/installs/java/zulu-11.41.75/bin/java -version
openjdk version "11.0.8" 2020-07-14 LTS
OpenJDK Runtime Environment Zulu11.41+75-CA (build 11.0.8+10-LTS)
OpenJDK Client VM Zulu11.41+75-CA (build 11.0.8+10-LTS, mixed mode)

delgurth avatar Mar 29 '21 18:03 delgurth