mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Make crown
optional (#32494)
* Make `crown` optional Add the optional `--use-crown` flag to mach * --use-crown for all platforms in CI Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * Add documentation for `--use-crown` Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * Update python/servo/command_base.py Co-authored-by: Mukilan Thiyagarajan <mukilanthiagarajan@gmail.com> Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * Raise Error if CARGO_BUILD_RUSTC conflicts with --use-crown Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * add dummy RUSTFLAG to trigger re-checking Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> --------- Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> Co-authored-by: Mukilan Thiyagarajan <mukilanthiagarajan@gmail.com>
This commit is contained in:
parent
8121c98834
commit
26bbfe9b55
7 changed files with 53 additions and 16 deletions
|
@ -34,4 +34,3 @@ RUSTC_BOOTSTRAP = "crown,script,style_tests"
|
|||
|
||||
[build]
|
||||
rustdocflags = ["--document-private-items"]
|
||||
rustc = "crown"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue