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

Only log a warning if GRAALVM_HOME is not set and SSL is enabled #765

Merged
merged 1 commit into from
Feb 5, 2019
Merged

Only log a warning if GRAALVM_HOME is not set and SSL is enabled #765

merged 1 commit into from
Feb 5, 2019

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Feb 5, 2019

It was an issue prior to my SSL fixes but was hidden as
shamrock.ssl.native was never enabled on CI.

This is now the case as it can be enabled by default by an extension.

For the record, CI currently does not have GRAALVM_HOME set and uses a
Docker environment to build native images.

It was an issue prior to my SSL fixes but was hidden as
shamrock.ssl.native was never enabled on CI.

This is now the case as it can be enabled by default by an extension.

For the record, CI currently does not have GRAALVM_HOME set and uses a
Docker environment to build native images.
@gsmet gsmet merged commit eb6b96d into quarkusio:master Feb 5, 2019
@cescoffier cescoffier added this to the 0.8.0 milestone Feb 6, 2019
@rsvoboda
Copy link
Member

rsvoboda commented Feb 6, 2019

This won't work once GraalVM moves on top of Java 11, there is different directory structure.

@gsmet
Copy link
Member Author

gsmet commented Feb 6, 2019

@rsvoboda yeah, it's very fragile. Unfortunately, we didn't find a better way to do that right now.

It also does not work if you move your binary to another server with a different path to the lib directory.

Note that this code has been there since the beginning. I removed it as I thought it wasn't useful anymore as it was working without it on my laptop and then reintroduced it back.

@FroMage
Copy link
Member

FroMage commented Feb 6, 2019

We're basically waiting for graal to support static linking of SSL so we can get rid of this.

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.

None yet

4 participants