mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
MDEV-26527 - disable unneeded submodules, too
This commit is contained in:
parent
f68c6ccd20
commit
b873651e3c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue