File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
- name : Build Installers
27
27
run : ant -Dstorepass="$NBM_SIGN_PASS" -Dpack200.enabled=false set-spec-version build-installers unset-spec-version
28
28
env :
29
- BUILD_X86 : true
29
+ BUILD_X86 : false
30
30
BUILD_X64 : true
31
31
BUILD_OTHER : true
32
32
- name : Fix Platform Independent Build
Original file line number Diff line number Diff line change 220
220
</and >
221
221
<then >
222
222
<echo message =" No platform specified, building all platforms" />
223
- <property name =" generate.installer.for.platforms" value =" windows-x86 windows- x64 linux-x64 macosx" />
223
+ <property name =" generate.installer.for.platforms" value =" windows-x64 linux-x64 macosx" />
224
224
</then >
225
225
<else >
226
226
<if >
Original file line number Diff line number Diff line change @@ -263,14 +263,14 @@ else
263
263
then
264
264
build_mac_jdk &
265
265
build_other_jdk linux x64 x64 &
266
- build_other_jdk windows x86-32 x86 &
266
+ # Windows 32bit not by default build_other_jdk windows x86-32 x86 &
267
267
build_other_jdk windows x64 x64 &
268
268
else
269
269
build_mac_jdk
270
270
build_other_jdk linux x64 x64
271
- build_other_jdk windows x86-32 x86
271
+ # # Windows 32bit not by default build_other_jdk windows x86-32 x86
272
272
build_other_jdk windows x64 x64
273
- # Linux 32bit not supported... build_other_jdk linux x86-32
273
+ # Linux 32bit not supported... build_other_jdk linux x86-32
274
274
fi
275
275
276
276
fi
You can’t perform that action at this time.
0 commit comments