-
Notifications
You must be signed in to change notification settings - Fork 76
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
Adds freetype library as per issue 112 #113
Conversation
@Karm did you try with graalvm, i.e., |
@Karm OpenJDK 11 RPMs require |
While the app builds, it still doesn't work: (which is expected I guess oracle/graal#2842)
And it doesn't load the freetype at runtime
@zakkak I did just now and at least
@jerboaa Sounds reasonable to me. Lemme amend the PR.... |
Hmmm, correct! It's expected to fail with 20.3 due to oracle/graal#2842. What about |
|
@jerboaa @zakkak Amended to
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Karm
@cescoffier can you merge these changes? |
Update to Kube 1.18 / Go 1.13
Hello,
Closes #112
I tried the reproducer from #112 with an altered image:
And it works just fine:
I checked older images and they all have the same problem. I added the dependency for them too.
Thoughts? Ideas? @zakkak @jerboaa