Skip to content

Commit

Permalink
Add linux-aarch64-zero to jib build profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mseledts committed Oct 19, 2021
1 parent 3497ea6 commit fba2545
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions make/conf/jib-profiles.js
Expand Up @@ -588,6 +588,17 @@ var getJibProfilesProfiles = function (input, common, data) {
])
},

"linux-aarch64-zero": {
target_os: "linux",
target_cpu: "aarch64",
dependencies: ["devkit", "gtest"],
configure_args: concat(common.configure_args_64bit, [
"--with-zlib=system",
"--with-jvm-variants=zero",
"--enable-libffi-bundling"
])
},

"linux-x86-zero": {
target_os: "linux",
target_cpu: "x86",
Expand Down

0 comments on commit fba2545

Please sign in to comment.