From 8b39fd3c7b846d9292b9ac1ce43d70fead97a496 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Sat, 16 Nov 2019 10:10:13 +0100 Subject: [PATCH] Verbose Homebrew --- etc/taskcluster/decision_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index e688d43694e..396236d0500 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -876,7 +876,7 @@ def windows_build_task(name, package=True, arch="x86_64"): def with_homebrew(task, brewfiles): for brewfile in brewfiles: - task.with_script("time brew bundle install --no-upgrade --file=" + brewfile) + task.with_script("time brew bundle install --verbose --no-upgrade --file=" + brewfile) return task