Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAndroid buildbot builder fails #14571
Closed
Comments
|
I believe that this is due to the presence of the |
|
The error is now:
@mmatyas Should we add all of those symbols to the list of permitted ones? Or do we now just need the other patches? :-) |
|
I suspect that once the injected glue PR lands (#14530), the only one we will have to add to the list is |
|
Yes, that's right, you'll only need |
|
Confirmed that the latest build only has
|
bors-servo
added a commit
that referenced
this issue
Dec 14, 2016
Exempt __cxa_type_match as an allowed dynamic symbol <!-- Please describe your changes on the following line: --> This symbol is present in the new LLVM C++ stdlib, which is loaded dynamically from a .so file during startup. Fixes #14571 r? @Ms2ger --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/14587) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Dec 14, 2016
Exempt __cxa_type_match as an allowed dynamic symbol <!-- Please describe your changes on the following line: --> This symbol is present in the new LLVM C++ stdlib, which is loaded dynamically from a .so file during startup. Fixes #14571 r? @Ms2ger --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/14587) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Followup from #13154.