From a30365c2c50965855bd1f50222b904496e9cbc27 Mon Sep 17 00:00:00 2001 From: The Judge <53906078+thejudge156@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:46:36 -0700 Subject: [PATCH] Update 6_buildjdk.sh --- 6_buildjdk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/6_buildjdk.sh b/6_buildjdk.sh index c041fcb0..2ecefc52 100755 --- a/6_buildjdk.sh +++ b/6_buildjdk.sh @@ -117,6 +117,7 @@ bash ./configure \ --with-jvm-features=-dtrace,-zero,-vm-structs,-epsilongc \ --with-cups-include=$CUPS_DIR \ --with-devkit=$TOOLCHAIN \ + --with-boot-jdk=/home/compiler/actions-runner/_work/_tool/Java_Temurin-Hotspot_jdk/23.0.1-11/x64 \ --with-native-debug-symbols=external \ --with-debug-level=$JDK_DEBUG_LEVEL \ --with-fontconfig-include=$ANDROID_INCLUDE \