8243634: Add pandoc dependency when building linux-aarch64 at Oracle

Reviewed-by: ihse
This commit is contained in:
Mikael Vidstedt 2020-04-28 20:36:20 -07:00
parent 70e632d5ec
commit 9320f9c60a

View File

@ -464,7 +464,7 @@ var getJibProfilesProfiles = function (input, common, data) {
target_os: "linux",
target_cpu: "aarch64",
build_cpu: "x64",
dependencies: ["devkit", "build_devkit"],
dependencies: ["devkit", "build_devkit", "pandoc"],
configure_args: [
"--openjdk-target=aarch64-linux-gnu",
],
@ -1141,7 +1141,7 @@ var getJibProfilesDependencies = function (input, common) {
pandoc: {
organization: common.organization,
ext: "tar.gz",
revision: "2.3.1+1.0",
revision: (input.build_cpu == 'aarch64' ? "2.5+1.0" : "2.3.1+1.0"),
module: "pandoc-" + input.build_platform,
configure_args: "PANDOC=" + input.get("pandoc", "install_path") + "/pandoc/pandoc",
environment_path: input.get("pandoc", "install_path") + "/pandoc"