summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-17 05:32:53 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-17 05:32:53 +0000
commitd4b6198d8f13229123ebbcfcdfc4685a913b1ac8 (patch)
tree8920d0a6285b5fb046c484eb48100d701240c0db /azure-pipelines.yml
parent46f5eb5b48213e1561cd23fea4f672f2e0d09647 (diff)
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
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml8
1 files changed, 4 insertions, 4 deletions
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