mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Support building on Void Linux Adds support for building on Void Linux. Since this distribution uses LibreSSL, currently it's not possible to link against it. So this adds `openssl-src` feature to corresponding crates in order to activate `openssl/vendored`. Automatic activation of this feature on Void is also included in build system. *Note*: #26117 will activate `openssl/vendored` by default. If that's the case, I will just keep the package names in `./mach`. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [X] These changes fix #26114 <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because AFAIK there is no way to check for required packages on each distro and they are manually checked. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> |
||
---|---|---|
.. | ||
servo | ||
tidy | ||
mach_bootstrap.py | ||
README.md | ||
requirements-salt.txt | ||
requirements.txt | ||
tox.ini |
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, flake8 on Python files, lock file versions, and more.