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

ruby-changes:56704

From: Takashi <ko1@a...>
Date: Tue, 30 Jul 2019 21:15:54 +0900 (JST)
Subject: [ruby-changes:56704] Takashi Kokubun: f3b0ed3f26 (master): Try giving up `brew update` in Azure as well

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

From f3b0ed3f264201137c5841c46ec3ee61d3b14034 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 30 Jul 2019 21:15:10 +0900
Subject: Try giving up `brew update` in Azure as well

homebrew-cask fetch fails too often.
https://dev.azure.com/rubylang/ruby/_build/results?buildId=1917

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 4b4de37..93498d0 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -47,7 +47,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L47
       bundler:
         task: test-bundler
   steps:
-  - script: brew update && brew install autoconf bison openssl
+  - script: brew install autoconf bison openssl
     displayName: "Install dependencies"
   - checkout: self
     fetchDepth: 20
-- 
cgit v0.10.2


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

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