Skip to content

Commit

Permalink
Avoid shallow clones in all Debian sid builds (#4888)
Browse files Browse the repository at this point in the history
hallow clone may break version detection. This is fatal in Debian builds, so use full clone.

Note: This is safe for stable-1.2 but needs review after merging to master due to submodules.  See #4888 for more information.
  • Loading branch information
jasp00 authored and tresf committed Mar 13, 2019
1 parent 97d5529 commit 295b899
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ matrix:
git:
depth: false
- env: TARGET_OS=debian-sid TARGET_ARCH=i386
git:
depth: false
- compiler: clang
env: TARGET_OS=debian-sid
git:
depth: false
before_install:
- . ${TRAVIS_BUILD_DIR}/.travis/${TRAVIS_OS_NAME}.${TARGET_OS}.before_install.sh
install:
Expand Down

0 comments on commit 295b899

Please sign in to comment.