-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Test Windows builds with Freetype 2.10.2 #1337
Comments
@Willsparker Do you have the perms to run these sort of tests? |
Yes I did. Ref @karianna 's comment in adoptium/temurin-build#1757 (review). The idea being we run one off builds with Freetype 2.10.2 and see what happens. Looks like the two builds above failed for connection reasons unrelated to this |
@M-Davies From what I can gather, the new version of Freetype needs to have a later-than-2010 version of MSVS to build it, however, it sets the C compiler to whatever the build uses (I.e. MSVS_2010 for JDK8/J9 , MSVS_2017 for JDK11+/J9 etc). EDIT: Yep, the VPC run succeeded (though the tests didn't run for some reason) - So |
OK so we're still gated by the build issue to get all Java 8 builds onto VS code 2017 |
Assuming we can't do something like pre-build freetype with MSVS_2017 and then bundle it into a JDK8 built with MSVS_2010, yes. |
I think we need to complete the work to build Java 8 on the VSCode 2017 toolchain |
@karianna Where is the issue for that? |
If nobody minds, I'm going to close the issue as the testing has been done and we're currently blocked by moving Java8 over to using VS2017 :-) |
Ref adoptium/temurin-build#1757
We are currently using Freetype 2.5.3 (JDK8) and 2.9.1 (JDK11+) to build windows. Freetype 2.10.2 has been released however, so it should be worth investigating whether we can build with the upgraded version.
I propose the following tests for a single nightly run (see windows.sh for making these changes):
--freetype-version 2.10.2
--freetype-version 2.10.2
The text was updated successfully, but these errors were encountered: