[前][次][番号順一覧][スレッド一覧]

ruby-changes:56547

From: Takashi <ko1@a...>
Date: Mon, 15 Jul 2019 13:57:44 +0900 (JST)
Subject: [ruby-changes:56547] Takashi Kokubun: 9c38904ead (master): Use consistent fetchDepth for all jobs

https://git.ruby-lang.org/ruby.git/commit/?id=9c38904ead

From 9c38904ead89df7c41243f7a23dde3d07f22bd86 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Mon, 15 Jul 2019 13:56:32 +0900
Subject: Use consistent fetchDepth for all jobs

a7dd6763bd1dac7952ace46be58083dbea332a0a was not applied for all jobs.

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7714121..4b4de37 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -50,7 +50,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L50
   - script: brew update && brew install autoconf bison openssl
     displayName: "Install dependencies"
   - checkout: self
-    fetchDepth: 10
+    fetchDepth: 20
   - script: |
       autoconf
       ./configure --with-openssl-dir=/usr/local/opt/openssl
@@ -117,7 +117,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L117
     timeoutInMinutes: 20
     continueOnError: true # unstable. TODO: somehow use VM having these dependencies beforehand, and remove this `continueOnError`
   - checkout: self
-    fetchDepth: 10
+    fetchDepth: 20
   - script: |
       call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
       cinst winflexbison
@@ -150,7 +150,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L150
   steps:
 #   - script: vcpkg --triplet x64-windows install openssl readline zlib
   - checkout: self
-    fetchDepth: 10
+    fetchDepth: 20
   - script: |
       call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\VC\Auxiliary\Build\vcvars64.bat"
       cinst winflexbison
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]