aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/devenv_commands.py
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-09-27 13:35:09 -0400
committerGitHub <noreply@github.com>2018-09-27 13:35:09 -0400
commit0964d055cd2c390439a007bca3099258fa2ada3f (patch)
tree8ddd2e6f8143f2521784de1cde9e706d50d6edc6 /python/servo/devenv_commands.py
parentde415e35fc127d70fc1e692a266b97d20aa0630e (diff)
parentdeeb79669f2bd3829cca745f2d514205a4d61307 (diff)
downloadservo-0964d055cd2c390439a007bca3099258fa2ada3f.tar.gz
servo-0964d055cd2c390439a007bca3099258fa2ada3f.zip
Auto merge of #21809 - servo:features, r=SimonSapin
Only build ports/servo by default (except Android), add `./mach build --libsimpleservo` Fixes #21314 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21809) <!-- Reviewable:end -->
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r--python/servo/devenv_commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py
index 2a8d3c9f2b3..a357efa9a96 100644
--- a/python/servo/devenv_commands.py
+++ b/python/servo/devenv_commands.py
@@ -42,6 +42,8 @@ class MachCommands(CommandBase):
if check:
params = ['check'] + params
+ self.add_manifest_path(params)
+
build_start = time()
status = self.call_rustup_run(["cargo"] + params, env=env)
elapsed = time() - build_start