summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2021-09-10 16:27:38 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2021-09-10 16:27:38 +0200
commitb873651e3cae854f887c4c4af39206def5992be4 (patch)
treeda8e93a46ee493eaad7b29bdadcffc7ac686ee34
parentf68c6ccd209112db6c05b238899de499ec0388c6 (diff)
downloadmariadb-git-10.6-wlad-appveyor.tar.gz
MDEV-26527 - disable unneeded submodules, too10.6-wlad-appveyor
-rw-r--r--appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c4abddf6665..329b8ee4e90 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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