mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
cargo places the shared library artifact under `target/<target_triple>/<profile>/libservoshell.so`. The openharmony prefix, is something we do in mach for the hap, and is not relevant for the .so (essentially a copy-paste mistake). Can be compared by looking at the job run of https://github.com/servo/servo/actions/runs/19125758002/job/54655560361 which failed due to the wrong path. Testing: Not tested Fixes: #40467 Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
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.