diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2021-09-11 00:54:08 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2021-09-11 00:54:08 +0200 |
commit | 8ada1440126f6492852dec8409c9b6ff9b43163e (patch) | |
tree | e7a90171d1b0e127f7f778d248f6b8e5b568c23e /appveyor.yml | |
parent | b873651e3cae854f887c4c4af39206def5992be4 (diff) | |
download | mariadb-git-8ada1440126f6492852dec8409c9b6ff9b43163e.tar.gz |
MDEV-26527 : appveyor - do not clone Columnstore
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 329b8ee4e90..7ca57a5b1b2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ build_script: - 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/columnstore/columnstore.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 |