Stewart X Addison
Stewart X Addison
Openjdk itself should not require cmake to build (Curious as to where you saw that - was it in our docs or upstream openjdk?) We've only been building on VS2013...
Some notes: - JDK19 is fully reproducible on CentOS6, even when built in a different directory - Other testing on JDK20 shows that builds are reproducible between CentOS6 and RHEL6,...
https://github.com/adoptium/temurin-build/wiki/How-to-create-a-%22reproducible-build%22-on-a-Linux-OS tells you to set `SCM_REF` in the environment
Are you able to run docker - the ideal way to set up your environment is to start out build image with `docker run adoptopenjdk/centos6_build_image` (or centos7_build_image if not on...
Side question (I'm curious!) what are people's use cases for Alpine on armv6l? I'd be surprised if there were many such systems out there that you'd want to run anything...
I'm personally against this and would prefer manual review of the older issues in this repository. Support is a little different as those issues are mostly dependent on whether the...
(Ideally they'd be manually closed with an explanation of what happened in the meantime to resolve the problem if that's what's appropriate)
Any thoughts @gdams @karianna - are MSFT willing to support this?
@gdams? I didn't think we were producing universal binaries. Can you comment on the output above?
Two things to try: - Are you able to replicate it from the command line outside jenkins? (i.e. is it something environmental when run via jenkins?) - If "yes" to...