mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Don't fail the build when target directory is missing
This commit is contained in:
parent
cbf3dfa0c0
commit
72a628510b
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ def macos_build_task(name):
|
|||
.with_rustup()
|
||||
# Debugging for surprising generic-worker behaviour
|
||||
.with_early_script("ls")
|
||||
.with_script("ls target")
|
||||
.with_script("ls target || true")
|
||||
)
|
||||
return (
|
||||
with_homebrew(build_task, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue