Skip to content

Commit

Permalink
Update reproducible tooling to select updated CDX 1.0.6 tools
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Dec 20, 2024
1 parent bd9cb12 commit ef1b989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tooling/release_download_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ download_release_files() {

cd "${WORKSPACE}/staging/${TAG}" || exit 1

# Early access versions are currently in a different format
if echo "${TAG}" | grep ea-beta; then
# Check for old format ea-beta whose browser_download_url was a different format
if echo "${TAG}" | grep "^jdk${MAJOR_VERSION}u-.*-beta" > /dev/null; then
filter="ea_${MAJOR_VERSION}"
else
# shellcheck disable=SC2001
Expand Down

0 comments on commit ef1b989

Please sign in to comment.