Open lucaswerkmeister opened 2 years ago
Still an issue in 22.2.0.
$ curl -sL https://github.com/oracle/fastr/releases/download/vm-22.2.0/r-installable-java11-linux-amd64-22.2.0.jar | bsdtar t | grep lib/installer/components/org.graalvm.component
lib/installer/components/org.graalvm.component
Describe the issue As I was upgrading the GraalVM AUR (Arch User Repository) packages to 22.1.0, I noticed that the path
lib/installer/components/org.graalvm.component
was present in all release artifacts (tarballs and jars). This causes issues when installing packages simultaneously, so I’ve had to remove the path from all packages but the base one.Steps to reproduce the issue
Describe GraalVM and your environment:
More details
2491 is a pretty similar problem that I’ve been working around for two years now.