mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Check if rustup is available before calling it. If it is not found, skip the step with a warning instead of crashing. This allows users who installed Rust through their distribution's package manager (without rustup) to build Servo without errors. Three places were updated: - In command_base.py I added a skip automatic target installation for cross-compilation - In base.py, I added the skip toolchain installation - In, bootstrap_commands.py , it is a skip clean-nightlies if rustup not found Fixes: #43871 Signed-off-by: Messi002 <rostandmessi2@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.