mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
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>
This commit is contained in:
parent
cdede1dd68
commit
1b310224a5
2 changed files with 18 additions and 2 deletions
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue