mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add debugging info to macOS TC build tasks.
This commit is contained in:
parent
3a5ebb1f5d
commit
cbf3dfa0c0
1 changed files with 3 additions and 0 deletions
|
@ -765,6 +765,9 @@ def macos_build_task(name):
|
||||||
.with_repo()
|
.with_repo()
|
||||||
.with_python2()
|
.with_python2()
|
||||||
.with_rustup()
|
.with_rustup()
|
||||||
|
# Debugging for surprising generic-worker behaviour
|
||||||
|
.with_early_script("ls")
|
||||||
|
.with_script("ls target")
|
||||||
)
|
)
|
||||||
return (
|
return (
|
||||||
with_homebrew(build_task, [
|
with_homebrew(build_task, [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue