-
Notifications
You must be signed in to change notification settings - Fork 721
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
Move Windows jdk8 compiles to VS2013 #10129
Comments
We aren't going to have enough space for builds unless we can either delete vs2010 or get more hard disk. Current systems have between 17-21G free which is what is available for compile/test jobs. |
Seems to me the current installations are bloated, installing all VS components instead of just the subset required to compile and link. While we can delete VS2010 once VS2013 is working, during the transition we'll need both. How about removing VS2010 on one machine and installing VS2013 instead. We'll need to adjust the labels and build requirements to manage it. Once we prove the build is working on the single machine, the same change can be done to the rest. |
* [skip ci] * eclipse-openj9/openj9#10129 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* [skip ci] * eclipse-openj9/openj9#10129 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* [skip ci] * eclipse-openj9/openj9#10129 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* [skip ci] * disable the use of rebase * eclipse-openj9/openj9#10129 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* [skip ci] * eclipse-openj9#10129 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* [skip ci] * disable the use of rebase * eclipse-openj9/openj9#10129 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* [skip ci] * disable the use of rebase * eclipse-openj9/openj9#10129 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* [skip ci] * disable the use of rebase * eclipse-openj9/openj9#10129 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* [skip ci] * disable the use of rebase * eclipse-openj9/openj9#10129 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* [skip ci] * disable the use of rebase * eclipse-openj9/openj9#10129 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
Can this be closed? |
Yup, we've successfully transitioned to VS2013. Thanks for making this happen. |
As VS2010 is going out of support July 14, we should change the compiler used to build Windows jdk8. The highest supported level atm is VS2013 according to https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/openj9/common/autoconf/toolchain_windows.m4
We'll need the compiler installed on the build machines, and check if any changes are needed for OpenJ9 to compile (we know it works with VS2017).
The text was updated successfully, but these errors were encountered: