Skip to content

Commit c2de2d0

Browse files
committed
make: Update bootjdk and version number
1 parent 1564dc4 commit c2de2d0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

cvm.mk

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
WORKSPACE := $(shell pwd)
2121
SHELL := /bin/bash
22-
BOOTJDK25 := $(WORKSPACE)/.bootjdks/jdk-24.0.1
22+
BOOTJDK25 := $(WORKSPACE)/.bootjdks/jdk-25.0.1
2323
BOOTJDK8 := $(WORKSPACE)/.bootjdks/jdk8u372-b07
2424
BUILDDIR := $(WORKSPACE)/cvm/build
2525
VERSION := $(shell cat $(WORKSPACE)/cvm/conf/version)
@@ -117,17 +117,17 @@ endef
117117
# '/' is indispensable otherwise target name will be treated as a file
118118
$(BOOTJDK25)/:
119119
$(call setup_download_artifact, \
120-
"https://download.java.net/java/GA/jdk24.0.1/24a58e0e276943138bf3e963e6291ac2/9/GPL/openjdk-24.0.1_linux-x64_bin.tar.gz", \
121-
"$(WORKSPACE)/.bootjdks/bootjdk-24.0.1.tar.gz", \
122-
"56319f30ef59f96ddd7c7c4df330f114", \
120+
"https://download.java.net/java/GA/jdk25.0.1/2fbf10d8c78e40bd87641c434705079d/8/GPL/openjdk-25.0.1_linux-x64_bin.tar.gz", \
121+
"$(WORKSPACE)/.bootjdks/bootjdk-25.0.1.tar.gz", \
122+
"287121c969b100cbccee8d6a423681a0", \
123123
$@)
124124
#cp -f $(WORKSPACE)/bin/linux-x86_64/hsdis-amd64.so $$(dirname $$(find $@ -name libjava.so))
125125

126126
$(BOOTJDK8)/:
127127
$(call setup_download_artifact, \
128-
"https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u372-b07/OpenJDK8U-jdk_x64_linux_hotspot_8u372b07.tar.gz", \
129-
"$(WORKSPACE)/.bootjdks/bootjdk-8u372.tar.gz", \
130-
"524d4fac3d2cc091265c35c829a36ea0", \
128+
"https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u452-b09/OpenJDK8U-jdk_x64_linux_hotspot_8u452b09.tar.gz", \
129+
"$(WORKSPACE)/.bootjdks/bootjdk-8u452.tar.gz", \
130+
"6ad1623041892ad264125cda04e11441", \
131131
$@)
132132
#cp -f $(WORKSPACE)/bin/linux-x86_64/hsdis-amd64.so $$(dirname $$(find $@ -name libjava.so))
133133

cvm/conf/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.0
1+
8.25.0

0 commit comments

Comments
 (0)