Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-26 | Update to 22.3.1 | Lucas Werkmeister | |
2022-10-25 | Update to 22.3.0 | Lucas Werkmeister | |
2022-08-29 | Add dependency on graal-llvm-jdk17-bin | Lucas Werkmeister | |
2022-07-26 | Update to 22.2.0 | Lucas Werkmeister | |
2022-04-26 | Update to 22.1.0 | Lucas Werkmeister | |
Remove lib/installer/components/org.graalvm.component, it’s already in jdk11-graalvm-bin and including it here makes the install fail. | |||
2022-01-25 | Update to 22.0.0.2 | Lucas Werkmeister | |
2021-10-19 | Update to 21.3.0 | Lucas Werkmeister | |
2021-08-04 | Update to 21.2.0 | Lucas Werkmeister | |
2021-07-20 | Add AArch64 architecture | Lucas Werkmeister | |
This is available since 21.2.0, I just didn’t notice it earlier this evening when first updating the package. | |||
2021-07-20 | Update to 21.2.0 | Lucas Werkmeister | |
2021-04-20 | Update to 21.1.0 | Lucas Werkmeister | |
2021-02-14 | Update to 21.0.0.2 | Lucas Werkmeister | |
2021-01-19 | Update to 21.0.0 | Lucas Werkmeister | |
2020-11-17 | Update to 20.3.0 | Lucas Werkmeister | |
2020-08-19 | Update to 20.2.0 | Lucas Werkmeister | |
2020-05-22 | Update to 20.1.0 | Lucas Werkmeister | |
2020-02-19 | Update to 20.0.0 | Lucas Werkmeister | |
2020-01-15 | Update to 19.3.1 | Lucas Werkmeister | |
2020-01-04 | Update to 19.3.0.2 | Lucas Werkmeister | |
2019-11-25 | Initial commit | Lucas Werkmeister | |
With the 19.3.0 release, GraalVM supports two Java versions: Java 8 and Java 11. This also affects all sibling packages, including TruffleRuby, so the former truffleruby-bin package is split in two: truffleruby-jdk8-bin and truffleruby-jdk11-bin (this package). We use this opportunity to make several other adjustments as well. We no longer provide a version of the package name without the “-bin” suffix. It doesn’t seem likely that a built-from-source version will be added to the AUR soon, and other packages like jdk8-openj9-bin or jdk8-j9-bin don’t provide non-bin versions either. To make it possible to install truffleruby-jdk8-bin and truffleruby-jdk11-bin in parallel, the symlink in /usr/bin is removed (as it would otherwise conflict between the two packages). Users can add /usr/lib/jvm/default/bin/ or a similar directory to their $PATH, or otherwise ensure that they can still run the right R/Rscript/etc. without specifying its full path. And finally, a .gitignore file never hurts. |