CI: don't set a depth for submodule cloning

because the build will fail when we're too far behind upstream and our
target commit is not included in that depth any more
This commit is contained in:
Ștefan Talpalaru 2019-03-07 12:46:44 +01:00
parent e1e56211ba
commit f06238aaae
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 0 additions and 3 deletions

View File

@ -21,8 +21,6 @@ install:
build_script:
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
# speed up submodule cloning
- git submodule update --init --recursive --depth 10
# the 32-bit build is done on a 64-bit image, so we need to override the architecture
- mingw32-make ARCH_OVERRIDE=%PLATFORM% fetch-dlls
- dir C:\mingw-w64

View File

@ -8,7 +8,6 @@ cache:
git:
# when multiple CI builds are queued, the tested commit needs to be in the last X commits cloned with "--depth X"
depth: 10
submodules_depth: 10
matrix:
include: