Update graal mx tools and the java version used in building.
Details
- Reviewers
algent - Group Reviewers
Triage Team - Commits
- R5454:7207aa8bed1d: Update graalvm to 22.3.0
Ran /usr/share/graalvm/bin/java files/hello-world.java
to make sure it could still compile
Diff Detail
- Repository
- R5454 graalvm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| package.yml | ||
|---|---|---|
| 16–17 | glibc-devel is not needed as builddep because it is part of system.devel. libXtst.so.6 libXi.so.6 libasound.so.2 To fix this I suggest you to add pkgconfig(alsa) and pkgconfig(xtst) to builddeps. | |
| package.yml | ||
|---|---|---|
| 12 | While we're at it, and since I only noticed this just now, can we change the summary and description to something like: summary : High-performance JDK distribution
description: |
GraalVM is a high-performance JDK distribution designed to accelerate the execution of applications written in Java and other JVM languages along with support for JavaScript, Ruby, Python, and a number of other popular languages(or at your discretion something else, but something that isn't open-ended like the current description or pure marketing language like the summary ?) | |
Okay made the description changes, I probably got the info from there website as I was not sure what to call it as it works with all sorts of languages.
I have updated the buildeps, I am guessing they are not needed for it to function it seemed to build and work when I tested.