forked from mirrors/gecko-dev
r? @frewsxcv for python stuff r? @pcwalton for the "remove usage of Gaol" stuff for Win32 r? anybody else for misc cargo.lock updates, etc. This replaces #7878. This works best with https://github.com/servo/mozjs/pull/71, too, to enable static linking, but can be run without (via some PATH hackery). The instructions are here, and will be added to a .md file in the repo once the mozjs changes also land: https://hackpad.com/Servo-on-Windows-C1LPcI2bP25 I'd like to get these changes landed because I've been rebasing them for months, they're otherwise quite stable, and don't affect our other platforms and targets. Source-Repo: https://github.com/servo/servo Source-Revision: 525e77f64fc65ea2397b4ff3849f5b1f39386698 |
||
|---|---|---|
| .. | ||
| mach | ||
| servo | ||
| licenseck.py | ||
| mach_bootstrap.py | ||
| README.md | ||
| requirements.txt | ||
| tidy.py | ||
This directory contains various Python modules used to support servo development.
= mach =
The command dispatch framework used to wrap the build system and test harnesses.
= servo =
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.