Stewart X Addison
Stewart X Addison
> The only issue I saw last week I think was the timeout after 5mins scheduling the nodes (I think!) ~~Didn't you have something related to memory/threads too?~~ Ah no...
Discovered today that this works if you increase the value of `LDR_CNTRL` to `MAXDATA=0x0A0000000` from the normal `MAXDATA=0x080000000` then it seems to pass (based on testing at the command line)....
Just came across this issue - do we believe further action needs to occur here or can this be closed @tellison @jiekang ?
> Solaris has one bootjdk, /opt/csw/java/jdk1.7.0_80, so I dont think any change is required there. On AIX we use a different format, /usr/java{{ jdk }}_64, so at the moment I...
> Im going to hold off on the windows changes. It looks like the upstream configure looks in [C:\Program Files\Java/ (/cygdrive/c/Program Files/Java)](https://github.com/openjdk/jdk/blob/c33a8f52b613e5eff02f572eda876cbbfc7c22cf/make/autoconf/boot-jdk.m4#L273) which is where we already unpack the JDK...
Noting that we'll need to make changes to a few things to cope with this change: - The instructions we give to others to how to perform reproducible builds pull...
Further build test idea: Run a test to verify reproducibility of an existing GA build to ensure we haven't broken that in any way.
Also wonder if there's any value in having another keyword trigger `run tests nogen` or similar which would avoid the 30 minutes of job regeneration if you know that you've...
Current PR testing pipeline does not test the signing phase, so any problems in there (such as with mac as I hit when doing some of the recent refactoring) does...
Current PR testing does not test any cross compiled builds such as Windows/aarch64, so any problems with those are not picked up correctly. This is an scenario which we should...