mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Do not use crown when building docs (#32220)
This commit is contained in:
parent
d297eb1f06
commit
383607d01e
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ class PostBuildCommands(CommandBase):
|
|||
params.insert(0, "--keep-going")
|
||||
|
||||
env = self.build_env()
|
||||
env["RUSTC"] = "rustc"
|
||||
returncode = self.run_cargo_build_like_command("doc", params, env=env, **kwargs)
|
||||
if returncode:
|
||||
return returncode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue