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

ruby-changes:54938

From: k0kubun <ko1@a...>
Date: Thu, 28 Feb 2019 21:32:29 +0900 (JST)
Subject: [ruby-changes:54938] k0kubun:r67143 (trunk): Try clean: true for vs2017 checkout failure

k0kubun	2019-02-28 21:32:24 +0900 (Thu, 28 Feb 2019)

  New Revision: 67143

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67143

  Log:
    Try clean: true for vs2017 checkout failure
    
    https://dev.azure.com/rubylang/ruby/_build/results?buildId=107

  Modified files:
    trunk/azure-pipelines.yml
Index: azure-pipelines.yml
===================================================================
--- azure-pipelines.yml	(revision 67142)
+++ azure-pipelines.yml	(revision 67143)
@@ -95,6 +95,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L95
   steps:
   - script: vcpkg --triplet x64-windows install openssl zlib
   - checkout: self
+    clean: true
     fetchDepth: 1
   - script: |
       call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"

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

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