Auto merge of #23411 - servo:jdm-patch-47, r=SimonSapin

Add debugging info to macOS TC build tasks.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23411)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-05-17 09:17:22 -04:00 committed by GitHub
commit 2cebf893c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -771,6 +771,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 || true")
)
return (
with_homebrew(build_task, [