Skip to content

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Nov 1, 2019

Fixes #5110

@gsmet gsmet added this to the 0.28.0 milestone Nov 1, 2019
configs.add("quarkus.native.debug-symbols", debugSymbols);
configs.add("quarkus.native.enable-reports", enableReports);
if (containerRuntime != null) {
if (containerRuntime != null && !containerRuntime.trim().isEmpty()) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might not be entirely necessary but I wanted to be extra sure.

Copy link
Member

@machi1990 machi1990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense

@gsmet gsmet merged commit a8b2a0e into quarkusio:master Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Native build fails when additionalBuildArg is commented out

3 participants