-
https://github.com/quarkusio/quarkus/pull/21055 removed the relocations from snapshot builds and now `builder-image-apps/quarkus-vertx` fails to build when setting `quarkus-version` to `999-SNAPSHOT` …
-
Building mandrel from the 21.2 branch (21.3 branch likely has the same issue) with OpenJDK 11.0.14 results in:
```
DEBUG [build] Launcher line AFTER: exec "${location}/../../../bin/java" -XX:+Unlo…
-
### Describe the bug
I am trying to build a Quarkus native executable using docker using the following command **`mvn clean package "-Pnative" "-Dquarkus.native.container-build=true" "-Dquarkus.nat…
-
I tried to increase the memory limit to 6g, but it didn't help: https://github.com/quarkus-qe/quarkus-test-suite/pull/354
Stacktrace error:
```
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Ski…
-
### Update: This feature has landed on master and will ship with the GraalVM 22.0 release.You can try it out using a [GraalVM nightly build](https://github.com/graalvm/graalvm-ce-dev-builds/releases).…
-
https://github.com/oracle/graal/pull/3774 changed the signature of `ignoreResources` as follows:
```diff
- public void ignoreResources(String pattern) {
+ public void …
-
## Description
Native images generated using `-g` and Mandrel 21.1 produce DWARF info files with wrong filename associations.
e.g.:
```
$ gdb -ex 'info functions .*smoke.*' debug-symbols-smoke-m…
-
Building mandrel fails:
```
$ java -ea ../mandrel-packaging/build.java --mx-home /opt/mx --mandrel-repo .
...
Exception in thread "main" java.lang.IllegalArgumentException: There is no existing …
-
### Describe the bug
https://github.com/oracle/graal/commit/dee66ca6e28fd519cef061130d20e28ec35d1a1f (included in GraalVM/Mandrel >=21.1) started enforcing the use of absolute paths in DW_AT_comp_dir…
-
**Describe the bug**
I create a new quarkus 1.6.0.Final project with nothing special (only quarkus-rest-client and no code)
Java 11.0.3
If I run on Linux RHEL 7 and GraalVM and I got this error :
…