Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

aarch64: GDB in container: Jenkins aarch64 runs fail as false positive #153

Closed Karm closed 8 months ago

Karm commented 1 year ago

This needs to be revisited and fixed:

WARNING: image platform ({amd64 linux  [] }) does not match the expected platform ({arm64 linux  [] })
[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.6.Final:build (default) on project quarkus-vertx: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors

Does not happen when I tested it manually on the system.

Karm commented 8 months ago

Can't see it as fails any more.