From cbf3dfa0c0c06446b1bbd2b432efd843db114d79 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 16 May 2019 12:25:57 -0400 Subject: [PATCH 1/2] 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 36a9d3b1d01..dcf879c15eb 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, [ From 72a628510bb613a5bb97221f7001ff2fa8492e76 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 16 May 2019 21:57:53 -0400 Subject: [PATCH 2/2] Don't fail the build when target directory is missing --- 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 dcf879c15eb..244af5a065b 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -767,7 +767,7 @@ def macos_build_task(name): .with_rustup() # Debugging for surprising generic-worker behaviour .with_early_script("ls") - .with_script("ls target") + .with_script("ls target || true") ) return ( with_homebrew(build_task, [