Closed fxcoudert closed 5 years ago
Take this PR: https://github.com/Homebrew/homebrew-core/pull/36334 On all three CI nodes, the testbot is failing because it is doing the following:
libraw
efl
I have no idea what causes this. The only change I'm seeing in recent testbot history is ENV["CI"] = "1" if jenkins.
ENV["CI"] = "1" if jenkins
Confirmed fixed by https://github.com/Homebrew/homebrew-test-bot/issues/231.
Take this PR: https://github.com/Homebrew/homebrew-core/pull/36334 On all three CI nodes, the testbot is failing because it is doing the following:
libraw
depslibraw
libraw
(which I think is wrong)efl
dependencies, which includelibraw
. This fails, becauselibraw
bottles are not published.I have no idea what causes this. The only change I'm seeing in recent testbot history is
ENV["CI"] = "1" if jenkins
.