diff options
author | Mukilan Thiyagarajan <me@mukilan.in> | 2023-03-09 19:17:39 +0530 |
---|---|---|
committer | Mukilan Thiyagarajan <me@mukilan.in> | 2023-03-10 15:21:02 +0530 |
commit | 1b310224a598cd679b54c2fcde56f09eb2e5880f (patch) | |
tree | 94e7d68a1df38fc69120d31d23403ebf15ba2b5b /python/servo/package_commands.py | |
parent | cdede1dd682a252581ed3dc05366ce71e952a622 (diff) | |
download | servo-1b310224a598cd679b54c2fcde56f09eb2e5880f.tar.gz servo-1b310224a598cd679b54c2fcde56f09eb2e5880f.zip |
Package and upload linux w/ layout-2020 engine.
The layout-2020 variant will be consumed by the
internal WPT trend [dashboard][1] only and won't
be made available on servo.org.
This change will be removed once the layout
engine we will use going forward is finalized.
[1]: https://servo.github.io/internal-wpt-dashboard/
Signed-off-by: Mukilan Thiyagarajan <me@mukilan.in>
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r-- | python/servo/package_commands.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index 2d7efcd13c3..df6e6443f6c 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -54,6 +54,9 @@ PACKAGES = { 'linux': [ 'target/release/servo-tech-demo.tar.gz', ], + 'linux-layout2020': [ + 'target/release/servo-tech-demo.tar.gz', + ], 'mac': [ 'target/release/servo-tech-demo.dmg', ], |