Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Explicitly set quarkus.native.container-build to false #708

Merged

Conversation

zakkak
Copy link
Collaborator

@zakkak zakkak commented Apr 4, 2024

Since quarkusio/quarkus#37622,
integration-tests/main sets quarkus.native.container-build to true
resulting in our CI building and testing it with the default builder
image instead of our Mandrel build.

It's yet not clear to me why this change was necessary (expecting an
answer in [1], but either way enforcing non-container-builds seems the
right thing to do in the CI when testing builds from source.

[1] https://github.com/quarkusio/quarkus/pull/37622/files#r1551481449),

Since quarkusio/quarkus#37622,
integration-tests/main sets quarkus.native.container-build to true
resulting in our CI building and testing it with the default builder
image instead of our Mandrel build.

It's yet not clear to me why this change was necessary (expecting an
answer in [1], but either way enforcing non-container-builds seems the
right thing to do in the CI when testing builds from source.

[1] https://github.com/quarkusio/quarkus/pull/37622/files#r1551481449),
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 4, 2024
@zakkak zakkak requested review from jerboaa and Karm April 4, 2024 11:30
@zakkak zakkak merged commit d9566d8 into graalvm:default Apr 4, 2024
211 of 357 checks passed
@zakkak zakkak deleted the 2024-04-04-override-container-build-property branch April 4, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants