From cbf3dfa0c0c06446b1bbd2b432efd843db114d79 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 16 May 2019 12:25:57 -0400 Subject: [PATCH] Add debugging info to macOS TC build tasks. --- etc/taskcluster/decision_task.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 36a9d3b1d019..dcf879c15ebd 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -765,6 +765,9 @@ def macos_build_task(name): .with_repo() .with_python2() .with_rustup() + # Debugging for surprising generic-worker behaviour + .with_early_script("ls") + .with_script("ls target") ) return ( with_homebrew(build_task, [