8179078: Jib run-test-prebuilt profile missing dependency on bootjdk
authorerikj
Fri, 21 Apr 2017 16:51:38 +0200
changeset 44695 aab4fa0803df
parent 44622 f113ce12fe24
child 44697 ae11efc5ed76
8179078: Jib run-test-prebuilt profile missing dependency on bootjdk Reviewed-by: ctornqvi, tbell
common/conf/jib-profiles.js
--- a/common/conf/jib-profiles.js	Wed Jul 05 23:13:48 2017 +0200
+++ b/common/conf/jib-profiles.js	Fri Apr 21 16:51:38 2017 +0200
@@ -584,7 +584,7 @@
     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",