8317327: Remove JT_JAVA dead code in jib-profiles.js

Reviewed-by: erikj, jwaters
This commit is contained in:
Ludvig Janiuk 2023-10-02 07:40:11 +00:00 committed by Julian Waters
parent 795e5dcc85
commit 69489427e9

View File

@ -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);