mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
commit
2cebf893c9
1 changed files with 3 additions and 0 deletions
|
@ -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, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue