Skip to content

Commit 485a2d4

Browse files
author
Your Name
committed
GraalVM
1 parent e47b86e commit 485a2d4

File tree

2 files changed

+213
-504
lines changed

2 files changed

+213
-504
lines changed

5_clonejdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
if [[ $TARGET_VERSION -eq 24 ]]; then
5-
git clone --branch "JDK-8305895-v4" --depth 1 https://github.com/rkennke/jdk.git openjdk
5+
git clone --branch jdk-24+36 --depth 1 https://github.com/graalvm/labs-openjdk.git openjdk-21
66
else
77
git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17
88
fi

0 commit comments

Comments
 (0)