-
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
Install MSVC2017 for OpenJ9 windows compile machines #2469
Comments
@jdekonin, I believe some Ansible scripts https://github.com/AdoptOpenJDK/openjdk-infrastructure need to be updated to install VS2017. If so, I will get started to figure out how to get this work. |
I already created a change for VS2017 at https://github.com/ChengJin01/openjdk-infrastructure/tree/update_install_vs2017. @jdekonin is helping to verify whether it works via Ansible Tower. |
Installed MingWG-W64 8.1 and VS2017 on windows machines:
|
To enable VS2017 see: #2792 |
Playbook update for MinGW: adoptium/infrastructure#479 |
JDK11 build |
For the temporary solution, the crash can be avoided by specifying --enable-ddr=no to disable DDR-related code as DDR doesn't affect the operation of VM. |
Note --enable-ddr=no is no longer required since eclipse-omr/omr#2944 was merged and promoted to openj9. |
Heads up that we are investigating using clang instead of mingw on Windows. If performance testing looks good we'll have to install clang on the builds machines as well. |
MSVC2017 is installed and in use for Java 11 builds. |
As per #1697 Windows will support compiling with VS2017 shortly once the changes are merged. VS2017 needs to be installed on the build machines and then used to build JDK11.
The text was updated successfully, but these errors were encountered: