Add debugging info to macOS TC build tasks.

This commit is contained in:
Josh Matthews 2019-05-16 12:25:57 -04:00 committed by GitHub
parent 3a5ebb1f5d
commit cbf3dfa0c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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, [