-
Notifications
You must be signed in to change notification settings - Fork 736
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
Fix build error with legacy DDR tools #11150
Conversation
@tajila This is close to what you had originally proposed - sorry for the churn. |
Curious, what is the legacy DDR tooling used for? When did we switch to the non-legacy version? Would love to understand the history of the tool. |
jenkins compile zlinux jdk8 |
IBM internal builds of Java 8 use the same (legacy) tools they always have. See #378 for more information about the tools used externally and in other versions. |
I think #11144 broke aix jdk15 compiles as well.
jenkins compile aix jdk15 |
@keithc-ca pls see the build failure. |
Signed-off-by: Keith W. Campbell <[email protected]>
Fixed typo in reference to |
Jenkins compile zlinux jdk8 |
Jenkins compile aix jdk15 |
The builds have passed, although jenkins was restarted and AIX isn't finished uploading results. |
The legacy DDR tooling apparently doesn't support use of (nested) enum literals.