From b873651e3cae854f887c4c4af39206def5992be4 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Fri, 10 Sep 2021 16:27:38 +0200 Subject: MDEV-26527 - disable unneeded submodules, too --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.1