Commit b873651e authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-26527 - disable unneeded submodules, too

parent f68c6ccd
......@@ -6,6 +6,12 @@ build_script:
# dump some system info
- echo processor='%PROCESSOR_IDENTIFIER%' , processor count= %NUMBER_OF_PROCESSORS%
- cd %APPVEYOR_BUILD_FOLDER%
# Disable unneeded submodules for the faster build
- git config submodule.storage/xpand.update none
- git config submodule.storage/maria/libmarias3.update none
- git config submodule.storage/rocksdb/rocksdb.update none
- git config submodule.wsrep-lib.update none
# Build minimal configuration
- mkdir _build
- cd _build
- set BUILD_TYPE=MinSizeRel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment