mirror of
https://github.com/servo/servo.git
synced 2025-07-25 16:20:36 +01:00
OHOS CI now has the build profile before the test cases to distringuish dev, release, production and similar. Testing: Tested on CI with a run here: https://github.com/Narfinger/servo/actions/runs/16465984131/job/46543984398 Fixes: Same name in speedometer CI will have very different speeds because of different profiles. This will fix this behaviour. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com> |
||
---|---|---|
.. | ||
mach | ||
servo | ||
tidy | ||
wpt | ||
mach_bootstrap.py | ||
README.md | ||
requirements.txt |
This directory contains various Python modules used to support servo development.
servo
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.
tidy
servo-tidy is used to check licenses, line lengths, whitespace, ruff on Python files, lock file versions, and more.
wpt
servo-wpt is a module with support scripts for running, importing, exporting, updating manifests, and updating expectations for WPT tests.