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

CI: Q 2.5.0.Final version bump #70

Closed zakkak closed 2 years ago

zakkak commented 2 years ago

https://github.com/Karm/mandrel-integration-tests/blob/master/testsuite/src/it/java/org/graalvm/tests/integration/DebugSymbolsTest.java#L255

Needs a change. The Quarkus version comparator is still not in PR. I need to get back to that. Sorry for inconvenience.

Fixed in https://github.com/Karm/mandrel-integration-tests/pull/70/commits/2c67a22862ab34e484036ea6c036a793699a7e83 thanks for the info, it saved me quite some time from trying to figure out why it didn't work.

Karm commented 2 years ago

https://github.com/Karm/mandrel-integration-tests/blob/master/testsuite/src/it/java/org/graalvm/tests/integration/DebugSymbolsTest.java#L255 Needs a change. The Quarkus version comparator is still not in PR. I need to get back to that. Sorry for inconvenience.

Fixed in 2c67a22 thanks for the info, it saved me quite some time from trying to figure out why it didn't work.

Well, it's my fault it's so dumb :-D It will get better :-)