Platform/Architecture
windows_x64 OpenJ9 builds
Running custom generated-configure.sh
configure: error: unrecognized options: --with-version-opt, --without-version-pre, --with-version-build, --with-vendor-version-string, --disable-warnings-as-errors
Tested all potential options on local instance and all exist so likely a machine issue.
For the record, the configure options are not being recognised on build-softlayer-win2012r2-x64-1
note that's a jdk14u build however console log thinks it is building jdk8u, hence why options not valid...
OpenJDK repo tag is jdk8u252-b08
Version: 252
Should have the source, I'm at /tmp/openjdk-build/workspace/build/src
OpenJDK repo tag is jdk8u252-b08
@gdams could this be a result of the different way we now use a shortened workspace path name?
This line does not check source out for JDK14:
https://github.com/AdoptOpenJDK/openjdk-build/blob/820ec4633433c821ba7634c93a3b7d50ec38b3bd/sbin/prepareWorkspace.sh#L50
neither for jdkNext either
Not sure why that line checks the version... why not do it for all..?
@johnoliver ?
I agree I am not sure why we need to check the version there, so I would remove that version check
@M-Davies Can you try a new run and see what happens please?
@M-Davies @lumpfish I've kicked off a 14 pipeline without publish or tests so we we can see how it goes https://ci.adoptopenjdk.net/job/build-scripts/job/openjdk14-pipeline/105/
Looks like https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk14u/job/jdk14u-windows-x64-openj9/32/consoleFull is running fine. Its passed the configure stage and is building. Thanks for this :-)