Skip to content

Commit d589baf

Browse files
committedDec 2, 2024
8345218: Clean out references to windows-x86 in jib profiles
Reviewed-by: shade, dholmes, kbarrett, jwaters
1 parent b823398 commit d589baf

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed
 

‎make/conf/jib-profiles.js

+1-14
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ var getJibProfilesCommon = function (input, data) {
241241
// List of the main profile names used for iteration
242242
common.main_profile_names = [
243243
"linux-x64", "linux-x86", "macosx-x64", "macosx-aarch64",
244-
"windows-x64", "windows-x86", "windows-aarch64",
244+
"windows-x64", "windows-aarch64",
245245
"linux-aarch64", "linux-arm32", "linux-ppc64le", "linux-s390x",
246246
"linux-riscv64"
247247
];
@@ -465,15 +465,6 @@ var getJibProfilesProfiles = function (input, common, data) {
465465
configure_args: concat(common.configure_args_64bit),
466466
},
467467

468-
"windows-x86": {
469-
target_os: "windows",
470-
target_cpu: "x86",
471-
build_cpu: "x64",
472-
dependencies: ["devkit", "gtest"],
473-
configure_args: concat(common.configure_args_32bit,
474-
"--enable-deprecated-ports"),
475-
},
476-
477468
"windows-aarch64": {
478469
target_os: "windows",
479470
target_cpu: "aarch64",
@@ -716,10 +707,6 @@ var getJibProfilesProfiles = function (input, common, data) {
716707
platform: "windows-x64",
717708
jdk_suffix: "zip",
718709
},
719-
"windows-x86": {
720-
platform: "windows-x86",
721-
jdk_suffix: "zip",
722-
},
723710
"windows-aarch64": {
724711
platform: "windows-aarch64",
725712
jdk_suffix: "zip",

0 commit comments

Comments
 (0)
Please sign in to comment.