Stewart X Addison
Stewart X Addison
As far as I'm aware all builds are now using Visual Studio 2022, so 2019 should not be required in the github runners. Ref: - https://github.com/adoptium/temurin-build/pull/3475 - https://github.com/adoptium/temurin-build/pull/3907
Sort of duplicate of https://github.com/adoptium/ci-jenkins-pipelines/issues/497 although that wasn't initially the same error message
Superceded by https://github.com/adoptium/ci-jenkins-pipelines/pull/1258
run tests (Running at https://ci.adoptium.net/job/build-scripts-pr-tester/job/openjdk-build-pr-tester/1920/)
run tests (Triggered https://ci.adoptium.net/job/build-scripts-pr-tester/job/openjdk-build-pr-tester/1922/ with refactored cleanWS post build)
run tests (This one is not using the cached download so has a chance of being a valid test :-) https://ci.adoptium.net/job/build-scripts-pr-tester/job/openjdk-build-pr-tester/1923/ )
run tests (enableSigner was deleted from some invocations of buildScripts - linter didn't seem to pick it up though 🤔 New run: https://ci.adoptium.net/job/build-scripts-pr-tester/job/openjdk-build-pr-tester/1924 )
run tests (Running at https://ci.adoptium.net/job/build-scripts-pr-tester/job/openjdk-build-pr-tester/1926/ since some re-runs using the mechanism described in https://github.com/adoptium/ci-jenkins-pipelines/issues/1057#issuecomment-2377541235 first to verify that it should start testing my code once it gets to that point)
run tests
Ref: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk21u/job/windbld/782/ Current build with `CLEAN_WORKSPACE_BUILD_OUTPUT_ONLY_AFTER` is giving: ``` 00:28:32 ===RELEASE FILE GENERATED=== 00:28:32 mv: cannot stat '/cygdrive/c/workspace/openjdk-build/workspace/target//configure.txt': No such file or directory ``` https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk21u/job/windbld/760/ without that option ran through...