@@ -241,7 +241,7 @@ var getJibProfilesCommon = function (input, data) {
241
241
// List of the main profile names used for iteration
242
242
common . main_profile_names = [
243
243
"linux-x64" , "linux-x86" , "macosx-x64" , "macosx-aarch64" ,
244
- "windows-x64" , "windows-x86" , "windows- aarch64",
244
+ "windows-x64" , "windows-aarch64" ,
245
245
"linux-aarch64" , "linux-arm32" , "linux-ppc64le" , "linux-s390x" ,
246
246
"linux-riscv64"
247
247
] ;
@@ -465,15 +465,6 @@ var getJibProfilesProfiles = function (input, common, data) {
465
465
configure_args : concat ( common . configure_args_64bit ) ,
466
466
} ,
467
467
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
-
477
468
"windows-aarch64" : {
478
469
target_os : "windows" ,
479
470
target_cpu : "aarch64" ,
@@ -716,10 +707,6 @@ var getJibProfilesProfiles = function (input, common, data) {
716
707
platform : "windows-x64" ,
717
708
jdk_suffix : "zip" ,
718
709
} ,
719
- "windows-x86" : {
720
- platform : "windows-x86" ,
721
- jdk_suffix : "zip" ,
722
- } ,
723
710
"windows-aarch64" : {
724
711
platform : "windows-aarch64" ,
725
712
jdk_suffix : "zip" ,
0 commit comments