mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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")
|
params.insert(0, "--keep-going")
|
||||||
|
|
||||||
env = self.build_env()
|
env = self.build_env()
|
||||||
|
env["RUSTC"] = "rustc"
|
||||||
returncode = self.run_cargo_build_like_command("doc", params, env=env, **kwargs)
|
returncode = self.run_cargo_build_like_command("doc", params, env=env, **kwargs)
|
||||||
if returncode:
|
if returncode:
|
||||||
return returncode
|
return returncode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue