From d4b6198d8f13229123ebbcfcdfc4685a913b1ac8 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 17 Mar 2019 05:32:53 +0000 Subject: Roughly increase Azure Pipelines fetch depth because --depth=1 may randomly break checkout: https://dev.azure.com/rubylang/ruby/_build/results?buildId=208&view=logs&jobId=7ded14dc-7a77-59da-f40a-71e137ad96c0&taskId=2045950f-1dcd-54a4-4c23-fae2521239c1&lineStart=1554&lineEnd=1555&colStart=1&colEnd=1 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bb5fe8a57d..e8167807a9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ jobs: versionSpec: '2.5.1' - script: sudo apt update -qy && sudo apt-get build-dep ruby2.3 - checkout: self - fetchDepth: 1 + fetchDepth: 10 - script: | autoconf ./configure @@ -42,7 +42,7 @@ jobs: steps: - script: brew update && brew install autoconf bison openssl - checkout: self - fetchDepth: 1 + fetchDepth: 10 - script: | autoconf ./configure --with-openssl-dir=/usr/local/opt/openssl @@ -98,7 +98,7 @@ jobs: steps: - script: vcpkg --triplet x64-windows install openssl readline zlib - checkout: self - fetchDepth: 1 + fetchDepth: 10 - script: | call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat" cinst winflexbison @@ -129,7 +129,7 @@ jobs: steps: # - script: vcpkg --triplet x64-windows install openssl readline zlib - checkout: self - fetchDepth: 1 + fetchDepth: 10 - script: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\VC\Auxiliary\Build\vcvars64.bat" cinst winflexbison -- cgit v1.2.3