adoptium / temurin-build

Eclipse Temurin™ build scripts - common across all releases/versions
Apache License 2.0
1.03k stars 249 forks source link

Published nightly binaries have inconsistent test&debugimage filenames compared to jdk&jre filenames #2552

Open andrew-m-leonard opened 3 years ago

andrew-m-leonard commented 3 years ago

It seems inconsistent naming on github published binaries, see: https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/tag/jdk8u-2021-03-20-04-39 jdk and jre are all the same timestamp. debug and test are different

andrew-m-leonard commented 3 years ago

Seems this is intentional: https://github.com/AdoptOpenJDK/openjdk-github-release/blob/435bc9d2175f596c380de3a9f0bbbdf0cdb19368/sbin/Release.sh#L21 only renames -jdk and -jre files.

lumpfish commented 3 years ago

Intentional - or a consequence of debug and testimages starting to be produced from a later date than the jdk / jre images?