mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +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()
|
.with_rustup()
|
||||||
# Debugging for surprising generic-worker behaviour
|
# Debugging for surprising generic-worker behaviour
|
||||||
.with_early_script("ls")
|
.with_early_script("ls")
|
||||||
.with_script("ls target")
|
.with_script("ls target || true")
|
||||||
)
|
)
|
||||||
return (
|
return (
|
||||||
with_homebrew(build_task, [
|
with_homebrew(build_task, [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue