@@ -4,7 +4,7 @@ properties([parameters([
4
4
booleanParam(defaultValue : true , description : ' ' , name : ' x86_64_linux' ),
5
5
booleanParam(defaultValue : false , description : ' ' , name : ' armv7_linux' ),
6
6
booleanParam(defaultValue : false , description : ' ' , name : ' armv8_linux' ),
7
- booleanParam(defaultValue : false , description : ' ' , name : ' x86_64_macos' ),
7
+ booleanParam(defaultValue : true , description : ' ' , name : ' x86_64_macos' ),
8
8
booleanParam(defaultValue : false , description : ' ' , name : ' x86_64_win' ),
9
9
choice(choices : ' Debug\n Release' , description : ' Iroha build type' , name : ' build_type' ),
10
10
booleanParam(defaultValue : false , description : ' Build Java bindings' , name : ' JavaBindings' ),
@@ -17,11 +17,10 @@ properties([parameters([
17
17
choice(choices : ' 26\n 25\n 24\n 23\n 22\n 21\n 20\n 19\n 18\n 17\n 16\n 15\n 14' , description : ' Android Bindings ABI Version' , name : ' ABABIVersion' ),
18
18
choice(choices : ' Release\n Debug' , description : ' Android bindings build type' , name : ' ABBuildType' ),
19
19
choice(choices : ' arm64-v8a\n armeabi-v7a\n armeabi\n x86_64\n x86' , description : ' Android bindings platform' , name : ' ABPlatform' ),
20
- booleanParam(defaultValue : false , description : ' Build docs' , name : ' Doxygen' ),
21
- booleanParam(defaultValue : false , description : ' Sanitize address;leak' , name : ' sanitize' ),
20
+ booleanParam(defaultValue : true , description : ' Build docs' , name : ' Doxygen' ),
21
+ booleanParam(defaultValue : true , description : ' Sanitize address;leak' , name : ' sanitize' ),
22
22
booleanParam(defaultValue : false , description : ' Build fuzzing, but do not run tests' , name : ' fuzzing' ),
23
23
booleanParam(defaultValue : true , description : ' Collect coredumps' , name : ' coredump' ),
24
- booleanParam(defaultValue : true , description : ' Draw plot' , name : ' plot' ),
25
24
string(defaultValue : ' 8' , description : ' Expect ~3GB memory consumtion per CPU core' , name : ' PARALLELISM' )])])
26
25
27
26
0 commit comments