ruby-changes:54937
From: k0kubun <ko1@a...>
Date: Thu, 28 Feb 2019 21:19:18 +0900 (JST)
Subject: [ruby-changes:54937] k0kubun:r67142 (trunk): Try fetchDepth: 1
k0kubun 2019-02-28 21:19:08 +0900 (Thu, 28 Feb 2019) New Revision: 67142 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67142 Log: Try fetchDepth: 1 Modified files: trunk/azure-pipelines.yml Index: azure-pipelines.yml =================================================================== --- azure-pipelines.yml (revision 67141) +++ azure-pipelines.yml (revision 67142) @@ -13,6 +13,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L13 inputs: versionSpec: '2.5.1' - script: sudo apt update -qy && sudo apt-get build-dep ruby2.3 + - checkout: self + fetchDepth: 1 - script: | autoconf ./configure @@ -37,6 +39,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L39 task: test-bundler steps: - script: brew update && brew install autoconf bison openssl + - checkout: self + fetchDepth: 1 - script: | autoconf ./configure --with-openssl-dir=/usr/local/opt/openssl @@ -90,6 +94,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L94 # task: test-bundler steps: - script: vcpkg --triplet x64-windows install openssl zlib + - checkout: self + fetchDepth: 1 - script: | call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat" cinst winflexbison -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/