--- old/make/conf/jib-profiles.js 2018-06-14 11:33:50.278168141 -0700 +++ new/make/conf/jib-profiles.js 2018-06-14 11:33:50.062168148 -0700 @@ -242,7 +242,8 @@ dependencies: ["boot_jdk", "gnumake", "jtreg", "jib"], default_make_targets: ["product-bundles", "test-bundles"], configure_args: concat(["--enable-jtreg-failure-handler"], - versionArgs(input, common)) + "--with-exclude-translations=de,es,fr,it,ko,pt_BR,sv,ca,tr,cs,sk,ja_JP_A,ja_JP_HA,ja_JP_HI,ja_JP_I", + versionArgs(input, common)) }; // Extra settings for debug profiles common.debug_suffix = "-debug";