Skip to content

Commit

Permalink
Add debugging info to macOS TC build tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed May 16, 2019
1 parent 3a5ebb1 commit cbf3dfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/taskcluster/decision_task.py
Expand Up @@ -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, [
Expand Down

0 comments on commit cbf3dfa

Please sign in to comment.