diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-06-27 17:03:19 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-07-04 18:16:44 +0200 |
commit | 2b01c26aa58af7ff8f5ee1c17d8294ed4dad8620 (patch) | |
tree | f1e32f4e55c5afa84e7c37f19a967b9306c2c681 /etc/taskcluster/decision_task.py | |
parent | c1e9347deee854bf8cee5c1837c6c96078824a3b (diff) | |
download | servo-2b01c26aa58af7ff8f5ee1c17d8294ed4dad8620.tar.gz servo-2b01c26aa58af7ff8f5ee1c17d8294ed4dad8620.zip |
Add `./mach build --with-layout-2020`
… with corresponding `layout` and `layout_thread` crates,
which for now do nothing.
Diffstat (limited to 'etc/taskcluster/decision_task.py')
-rw-r--r-- | etc/taskcluster/decision_task.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index cafbe75c78a..90e57bc7ca9 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -186,6 +186,7 @@ def linux_tidy_unit_docs(): ./mach test-unit ./mach package --dev ./mach build --dev --features canvas2d-raqote + ./mach build --dev --features layout-2020 ./mach build --dev --libsimpleservo ./mach test-tidy --no-progress --self-test |