From 69489427e941daeac6fdd7f52a6129612b70ce53 Mon Sep 17 00:00:00 2001 From: Ludvig Janiuk Date: Mon, 2 Oct 2023 07:40:11 +0000 Subject: [PATCH] 8317327: Remove JT_JAVA dead code in jib-profiles.js Reviewed-by: erikj, jwaters --- make/conf/jib-profiles.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index f219d5653c3..a4c4e4a9d7f 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -945,10 +945,7 @@ var getJibProfilesProfiles = function (input, common, data) { target_os: input.build_os, target_cpu: input.build_cpu, dependencies: [ "jtreg", "gnumake", "boot_jdk", "devkit", "jib" ], - labels: "test", - environment: { - "JT_JAVA": common.boot_jdk_home - } + labels: "test" } }; profiles = concatObjects(profiles, testOnlyProfiles);