mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8179078: Jib run-test-prebuilt profile missing dependency on bootjdk
Reviewed-by: ctornqvi, tbell
This commit is contained in:
parent
d4f0061790
commit
588f3628ae
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue