Stewart X Addison
Stewart X Addison
The existing jobs use various bits of inlined code in the pipelines plus one script to run the tests which is stored on the proxy machines. This PR will add...
Features that impact the whole project (e.g. Adding a new OpenJDK distribution) are made over at the [adoptium repository](https://github.com/adoptium/adoptium/). Otherwise, please describe what enhancement you would like to see in...
This issue covers the implementation of what was discussed in https://github.com/adoptium/infrastructure/issues/3742#issuecomment-2478948681 Current status: Prototype jobs have been created for x64 and SPARC at: - https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simple - https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-sparcv9-temurin-simple These are currently...
This covers the implementation of what has been discussed in https://github.com/adoptium/infrastructure/issues/3742#issuecomment-2529132798 Current status: Prototype jobs have been created for x64 and SPARC at: - https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simpletest - https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-sparcv9-temurin-simpletest These are currently...
At the moment we have blocks like this in [repro_common.sh](https://github.com/adoptium/temurin-build/blob/master/tooling/reproducible/repro_common.sh): ``` if [[ $(uname) =~ Darwin* ]]; then echo "Removing Temurin specific lines from release file in $DIR" sed -i...
We have reproducible build capability on Windows, Linux and MacOS now, but not Alpine. It is likely that the same things we have done for Linux will also be effective...
**What are you trying to do?** Run the reproducible comparison tooling in `tooling/reproducible` **Expected behaviour:** Temporary directory `_BK` under the current working directory should not be left around. It's not...
**What are you trying to do?** Run the reproducible build comparison scripts in `tooling/reproducible` **Expected behaviour:** Original directories (such as my original GA builds) are not modified when the comparisons...
If this needs to have an issue in here and not just a reference to the OpenJ9 one let me know. This has been seen on the Temurin builds too...
Seen in the 8u442 triage on x64 and SPARC. The ~~`javax/net/ssl/ciphersuites/DisabledAlgorithms.java`~~ `jdk/lambda/vm/InterfaceAccessFlagsTest.java` test in `jdk_security3_0` seems to pass ok in a standalone Grinder but did not pass in the initial...