-
Hello! For some reason the action get a error when trying to install the native-image with `gu` on an aarch64, do you know anything that could help?
https://github.com/clojure-lsp/clojure-lsp/pull/…
-
Hi there,
My goal is to get the LLVM IR of a Java application using McSema.
I was going to lift a binary generated by [GraalVM](https://github.com/oracle/graal)'s `native-image` from [HelloWorld…
ghost updated
4 years ago
-
### Describe the bug
When building native images for applications using `quarkus-kafka-streams` in a container (`quarkus.native.container-build=true`), Quarkus will always include the `linux64` var…
-
Thank you for developing and sharing this library!
I would love to use (parts) of this library in other contexts than the normal JVM:
* A native image with GraalVM
* A NodeJS environment (via …
-
### spring-graalvm-native-plugin 적용 보류
- 현재 `org.graalvm.buildtools.native` 플러그인을 이미 사용
- 현재 빌드 및 배포 과정에 큰 문제가 없음
- 현재 설정이 프로젝트 요구사항을 충족
- 빌드 및 실행 성능에 문제가 없음
- 따라서 변경에 따른 이점이 변경을 위한 시간…
-
I want to limit native executable memory size, just like java -jar -Xmx500. what should I do?
-
### Describe the bug
I am building native images and package those as container image:
`mvn clean install -Pnative -Dquarkus.native.container-build=true -Dquarkus.container-image.build=true`
I …
-
Hi,
I'ld love to be able to use jgit apache with sshd in quarkus. I found the quarkiverse sshd extension. However, I can't use it in my opinion in combination with quarkus-jgit, as that plugin is b…
-
The image runs fine for me in docker, with command:
`docker run --rm -it ghcr.io/observabilitystack/geoip-api:latest`.
However, when I try to run in minikube (kubernetes), with command:
`kubectl …
-
**Describe the issue**
java.nio.file.ProviderNotFoundException: Provider "jrt" not found when run groovy code in java
**Steps to reproduce the issue**
Please include both build steps as well as…