mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #22210 - asajeffrey:magicleap-very-well-hidden-flag, r=jdm
Add debuggable flag to magicleap taildata <!-- Please describe your changes on the following line: --> --- <!-- 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 do not require tests because they fix a crash <!-- 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. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22210) <!-- Reviewable:end -->
This commit is contained in:
commit
ef9e892aa1
1 changed files with 3 additions and 0 deletions
|
@ -246,6 +246,9 @@ class PackageCommands(CommandBase):
|
|||
mabu,
|
||||
"-o", target_dir,
|
||||
"-t", build_type,
|
||||
# Servo SEGVs if we don't set the debuggable flag in the mpk's taildata
|
||||
# https://github.com/servo/servo/issues/22188
|
||||
"--add-tail-data-args=--debuggable",
|
||||
package
|
||||
]
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue