-
Notifications
You must be signed in to change notification settings - Fork 132
chore: fix kokoro windows java 8 ci by setting JAVA11_HOME env variable #2207
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
Conversation
JAVA11_HOME which is used to compile classes in JDK 11 for GraalVM doesn't appear to be set for the java8-win job
On the other hand, the java8 nightly job which is passing has the JAVA11_HOME env variable set:
|
Warning: This pull request is touching the following templated files:
|
|
d9eb102 resulted in successful build |
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.
LGTM.
Thanks for working on this, @mpeddada1! :)
Related to #2205