Stewart X Addison
Stewart X Addison
Yeah this is something that won't have been tested, but would definitely be good to have working. We've made some other changes to allow things to work on podman (Including...
I'm getting: ``` The mandatory repo argument has a very strict format 'jdk[0-9]{1,3}[u]{0,1}' or just plain 'jdk' for tip. 'jdk8u' does not match. ``` from this change on Solaris -...
> Hm > > echo jdk8u | grep '^\(jdk\|jdk[0-9]\{1,3\}[u]\{0,1\}\)$' > jdk8u > > I do nothave soalris around to try it up. maybe -E and removal of slashes can help,...
Failing github check seems to be covered by https://github.com/adoptium/temurin-build/issues/3789 and not relevant to this PR
We'll need to think about this a little more - there won't necessarily be one for a point release for example. I guess we could check for it ONLY if...
Also fixes https://github.com/adoptium/temurin-build/issues/3801 I would normally have done this in a separate PR but I needed to test it all together to do it properly and this has only had...
Noting that two other providers I've checked do not have the same discrepancy. For the Temurin 21.0.3+9 on Linux/x64 the additional ones are: > jdk.attach > jdk.compiler > jdk.editpad >...
It would likely need to be raised in the Java JBS system, although you need to be granted access to be able to do that. Any thoughts @andrew-m-leonard? Since the...
> @manojniit I cannot tell from your build scripts how and where you are following instructions similar to: > https://github.com/adoptium/temurin-build?tab=readme-ov-file#how-do-i-build-openjdk-in-a-docker-image I don't believe `--docker` supports the QEMU environment that the...
> Actually I'm bit confused with the settings, Can you help me to update the settings in my dockerfile and shell script file inorder to build the jdk... I'm still...