mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
mach: Expose a --skip-static-analysis to mach boostrap (#32587)
This should speed up runners which just need to run the WPT tests. Fixes #32582.
This commit is contained in:
@@ -200,7 +200,8 @@ def bootstrap_command_only(topdir):
|
||||
try:
|
||||
force = '-f' in sys.argv or '--force' in sys.argv
|
||||
skip_platform = '--skip-platform' in sys.argv
|
||||
servo.platform.get().bootstrap(force, skip_platform)
|
||||
skip_lints = '--skip-lints' in sys.argv
|
||||
servo.platform.get().bootstrap(force, skip_platform, skip_lints)
|
||||
except NotImplementedError as exception:
|
||||
print(exception)
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user