8179078: Jib run-test-prebuilt profile missing dependency on bootjdk

Reviewed-by: ctornqvi, tbell
This commit is contained in:
Erik Joelsson 2017-04-21 16:51:38 +02:00
parent d4f0061790
commit 588f3628ae

View file

@ -584,7 +584,7 @@ var getJibProfilesProfiles = function (input, common, data) {
var testOnlyProfilesPrebuilt = {
"run-test-prebuilt": {
src: "src.conf",
dependencies: [ "jtreg", "gnumake", testedProfile + ".jdk",
dependencies: [ "jtreg", "gnumake", "boot_jdk", testedProfile + ".jdk",
testedProfile + ".test", "src.full"
],
work_dir: input.get("src.full", "install_path") + "/test",