-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Additional test label for jdk20+ #970
Comments
SGTM - can you make the changes to add in the exclusion for machines with the appropriate labels in the pipelines? |
Do you mean RHEL7+ or does this mean they cannot be run on RHEL/Centos 8? |
It will be fine on 8+. This is due to the glibc version on RHEL6 being too low for JDK21+ since we switched that version for x64 to build on RHEL7. The goal here is to stop it running on any Centos/RHEL6 system. They must still be able to run on other distributions (AFAIK all of our other ones in the CI are of a suitable glibc level - you can see which is in each on our platforms wiki page) |
JDK20+ won't run on anything earlier than about RHEL7 . Tests need to be limited to run on RHEL7 ( if it's hit a RHEL6/CentOS6 box that could be the problem ).
@sxa
The text was updated successfully, but these errors were encountered: