mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #25451 - kunalmohan:19308-AccountableRefCell, r=jdm
Add accountable-refcell as optional build time feature <!-- Please describe your changes on the following line: --> It can be used with the format `./mach build --features refcell_backtrace`. --- <!-- 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 #19308 (GitHub issue number if applicable) <!-- Either: --> - [X] These changes do not require tests because it adds a optional build-time feature only. <!-- 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. -->
This commit is contained in:
commit
821de45da8
29 changed files with 69 additions and 44 deletions
|
@ -206,7 +206,7 @@ def linux_tidy_unit():
|
|||
python3 ./mach build --dev
|
||||
python3 ./mach test-unit
|
||||
python3 ./mach package --dev
|
||||
python3 ./mach build --dev --features canvas2d-raqote
|
||||
python3 ./mach build --dev --features refcell_backtrace
|
||||
python3 ./mach build --dev --features layout-2020
|
||||
python3 ./mach build --dev --libsimpleservo
|
||||
python3 ./mach build --dev -p servo-gst-plugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue