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

ruby-changes:55301

From: k0kubun <ko1@a...>
Date: Wed, 10 Apr 2019 23:42:22 +0900 (JST)
Subject: [ruby-changes:55301] k0kubun:r67508 (trunk): Debug latest sources.list on Azure

k0kubun	2019-04-10 23:42:18 +0900 (Wed, 10 Apr 2019)

  New Revision: 67508

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

  Log:
    Debug latest sources.list on Azure

  Modified files:
    trunk/azure-pipelines.yml
Index: azure-pipelines.yml
===================================================================
--- azure-pipelines.yml	(revision 67507)
+++ azure-pipelines.yml	(revision 67508)
@@ -15,7 +15,10 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L15
   - task: UseRubyVersion@0
     inputs:
       versionSpec: '2.5.1'
-  - script: sudo apt-get build-dep ruby2.3
+  - script: |
+      set -x
+      sudo cat /etc/apt/sources.list
+      sudo apt-get build-dep ruby2.3
   - checkout: self
     fetchDepth: 10
   - script: |

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

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