-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Use gcc7 on all Linux builds (HotSpot-JDK8 specifically!) #1215
Conversation
Signed-off-by: Stewart Addison <[email protected]>
Can one of the admins verify this patch? |
@sxa555 Did you want to take this out of the draft? |
Considering adoptium/infrastructure#1133 we probably should something like this get in. |
@jerboaa Slightly curious about this as the existing logic in there does appear to suggest that any version of JDK11+ should already be building with the later GCC. Only JDK8/HotSpot should still be on the earlier GCC. @karianna Whether this wants to come out of draft depends on whether we want to change all HotSpot JDK releases to run on GCC7. If we decide "yes" then I'm good to take it out of draft |
@sxa555 Right. I was experiencing the GCC version issue on a non-adopt-build-script build. It didn't have the devtoolset-7 magic setting. It does now. |
We should expedite a decion on this particularly since https://openjdk.java.net/groups/build/doc/building.html says The minimum accepted version of gcc is 5.0 and we're currently still using 4.8 for some of our HotSpot builds |
Old conflicts resolveld (We've switched to GCC7.5 from 7.3 since I originally made this PR) and running through JDK8 at https://ci.adoptopenjdk.net/view/Tooling/job/VagrantPlaybookCheck/919 although the automatic PR tests should pick up any issues |
Note to reviewers - only the conditional at the start has been removed - the other changes are purely indentation of the stuff that was inside the conditional. |
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
🟢 PR TESTER RESULT 🟢✅ All pipelines passed! ✅ |
Signed-off-by: Stewart Addison [email protected]