File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,12 @@ if [ "$COMPILE_TYPE" == "complete_rebuild" ] || [ ! -e "$BUILD_DIR" ]; then
255255 " --wipe" \
256256 --cross-file " $CROSS_FILE " \
257257 " -Dbuildtype=$BUILDTYPE " \
258- -Ddefault_library=static
258+ -Ddefault_library=static \
259+ -Dcurl:tests=disabled \
260+ -Dcurl:unittests=disabled \
261+ -Dcurl:bearer-auth=enabled \
262+ -Dcurl:brotli=enabled \
263+ -Dcurl:libz=enabled
259264
260265fi
261266
Original file line number Diff line number Diff line change @@ -152,7 +152,12 @@ if [ "$COMPILE_TYPE" == "complete_rebuild" ] || [ ! -e "$BUILD_DIR" ]; then
152152 " --wipe" \
153153 --cross-file " $CROSS_FILE " \
154154 " -Dbuildtype=$BUILDTYPE " \
155- -Ddefault_library=static
155+ -Ddefault_library=static \
156+ -Dcurl:tests=disabled \
157+ -Dcurl:unittests=disabled \
158+ -Dcurl:bearer-auth=enabled \
159+ -Dcurl:brotli=enabled \
160+ -Dcurl:libz=enabled
156161
157162fi
158163
Original file line number Diff line number Diff line change @@ -386,11 +386,6 @@ if build_application
386386 required : true ,
387387 default_options : {
388388 ' tests' : ' disabled' ,
389- ' curl:tests' : ' disabled' ,
390- ' curl:unittests' : ' disabled' ,
391- ' curl:bearer-auth' : ' enabled' ,
392- ' curl:brotli' : ' enabled' ,
393- ' curl:libz' : ' enabled' ,
394389 },
395390 )
396391
You can’t perform that action at this time.
0 commit comments