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

ruby-changes:56135

From: Takashi <ko1@a...>
Date: Tue, 18 Jun 2019 21:25:15 +0900 (JST)
Subject: [ruby-changes:56135] Takashi Kokubun: af800b8ca2 (trunk): Now test-bundler is not working on macOS either

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

From af800b8ca25fc453da4e73b9e4628299605b5289 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 18 Jun 2019 21:22:06 +0900
Subject: Now test-bundler is not working on macOS either

Let's stop reporting the failure until it gets stable.
We can see the build status on console with this config anyway.

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 8f77995..1db7c12 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -59,6 +59,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L59
   - script: |
       make $(task) TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest
     displayName: "test"
+    continueOnError: true # test-bundler is failing on macOS. TODO: fix it and remove this line.
 
 # - job: vs2015
 #   pool:
-- 
cgit v0.10.2


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

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