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 upFix aarch64-linux-android compilations #360
Merged
Conversation
|
@bors-servo: r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
May 25, 2017
Fix aarch64-linux-android compilations Fix aarch64-linux-android compilations <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/360) <!-- Reviewable:end -->
|
|
bors-servo
added a commit
to servo/servo
that referenced
this pull request
Jul 8, 2017
Support for Android arm64 compilations <!-- Please describe your changes on the following line: --> This PR is the final step to adds support for Android arm64 compilations. See #11921 for previous work. Fixes in this PR: - Fix js dependency compilation: servo/rust-mozjs#360 - Fix skia dependency link error: servo/skia#136 - Fix blurdroid dependency compilation: szeged/blurdroid#4 - Fix mio and net2 dependency compilations: tokio-rs/mio#599 - Fix gcc compiler name in the fake linker - Compile OpenSSL for aarch64 (update to stable 1.1.0 was required for this) --- <!-- 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 - [] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/17099) <!-- Reviewable:end -->
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Jul 9, 2017
…rtimerGoro:android_arm64); r=larsbergstrom <!-- Please describe your changes on the following line: --> This PR is the final step to adds support for Android arm64 compilations. See servo/servo#11921 for previous work. Fixes in this PR: - Fix js dependency compilation: servo/rust-mozjs#360 - Fix skia dependency link error: servo/skia#136 - Fix blurdroid dependency compilation: szeged/blurdroid#4 - Fix mio and net2 dependency compilations: tokio-rs/mio#599 - Fix gcc compiler name in the fake linker - Compile OpenSSL for aarch64 (update to stable 1.1.0 was required for this) --- <!-- 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 - [] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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. --> Source-Repo: https://github.com/servo/servo Source-Revision: 85e5551ee9f2f662bdca53469a327491f35ece53 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : f70197e8d6f16df92040706a0e3473d66266f373
JerryShih
pushed a commit
to JerryShih/gecko-dev
that referenced
this pull request
Jul 10, 2017
…rtimerGoro:android_arm64); r=larsbergstrom <!-- Please describe your changes on the following line: --> This PR is the final step to adds support for Android arm64 compilations. See servo/servo#11921 for previous work. Fixes in this PR: - Fix js dependency compilation: servo/rust-mozjs#360 - Fix skia dependency link error: servo/skia#136 - Fix blurdroid dependency compilation: szeged/blurdroid#4 - Fix mio and net2 dependency compilations: tokio-rs/mio#599 - Fix gcc compiler name in the fake linker - Compile OpenSSL for aarch64 (update to stable 1.1.0 was required for this) --- <!-- 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 - [] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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. --> Source-Repo: https://github.com/servo/servo Source-Revision: 85e5551ee9f2f662bdca53469a327491f35ece53
Manishearth
pushed a commit
to Manishearth/gecko-dev
that referenced
this pull request
Jul 10, 2017
…rtimerGoro:android_arm64); r=larsbergstrom <!-- Please describe your changes on the following line: --> This PR is the final step to adds support for Android arm64 compilations. See servo/servo#11921 for previous work. Fixes in this PR: - Fix js dependency compilation: servo/rust-mozjs#360 - Fix skia dependency link error: servo/skia#136 - Fix blurdroid dependency compilation: szeged/blurdroid#4 - Fix mio and net2 dependency compilations: tokio-rs/mio#599 - Fix gcc compiler name in the fake linker - Compile OpenSSL for aarch64 (update to stable 1.1.0 was required for this) --- <!-- 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 - [] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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. --> Source-Repo: https://github.com/servo/servo Source-Revision: 85e5551ee9f2f662bdca53469a327491f35ece53
aethanyc
pushed a commit
to aethanyc/gecko-dev
that referenced
this pull request
Jul 11, 2017
…rtimerGoro:android_arm64); r=larsbergstrom <!-- Please describe your changes on the following line: --> This PR is the final step to adds support for Android arm64 compilations. See servo/servo#11921 for previous work. Fixes in this PR: - Fix js dependency compilation: servo/rust-mozjs#360 - Fix skia dependency link error: servo/skia#136 - Fix blurdroid dependency compilation: szeged/blurdroid#4 - Fix mio and net2 dependency compilations: tokio-rs/mio#599 - Fix gcc compiler name in the fake linker - Compile OpenSSL for aarch64 (update to stable 1.1.0 was required for this) --- <!-- 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 - [] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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. --> Source-Repo: https://github.com/servo/servo Source-Revision: 85e5551ee9f2f662bdca53469a327491f35ece53
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Oct 1, 2019
…rtimerGoro:android_arm64); r=larsbergstrom <!-- Please describe your changes on the following line: --> This PR is the final step to adds support for Android arm64 compilations. See servo/servo#11921 for previous work. Fixes in this PR: - Fix js dependency compilation: servo/rust-mozjs#360 - Fix skia dependency link error: servo/skia#136 - Fix blurdroid dependency compilation: szeged/blurdroid#4 - Fix mio and net2 dependency compilations: tokio-rs/mio#599 - Fix gcc compiler name in the fake linker - Compile OpenSSL for aarch64 (update to stable 1.1.0 was required for this) --- <!-- 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 - [] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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. --> Source-Repo: https://github.com/servo/servo Source-Revision: 85e5551ee9f2f662bdca53469a327491f35ece53 UltraBlame original commit: 412feaee81003ce3bee372b2db81b723e4332fe2
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Oct 1, 2019
…rtimerGoro:android_arm64); r=larsbergstrom <!-- Please describe your changes on the following line: --> This PR is the final step to adds support for Android arm64 compilations. See servo/servo#11921 for previous work. Fixes in this PR: - Fix js dependency compilation: servo/rust-mozjs#360 - Fix skia dependency link error: servo/skia#136 - Fix blurdroid dependency compilation: szeged/blurdroid#4 - Fix mio and net2 dependency compilations: tokio-rs/mio#599 - Fix gcc compiler name in the fake linker - Compile OpenSSL for aarch64 (update to stable 1.1.0 was required for this) --- <!-- 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 - [] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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. --> Source-Repo: https://github.com/servo/servo Source-Revision: 85e5551ee9f2f662bdca53469a327491f35ece53 UltraBlame original commit: 412feaee81003ce3bee372b2db81b723e4332fe2
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Oct 1, 2019
…rtimerGoro:android_arm64); r=larsbergstrom <!-- Please describe your changes on the following line: --> This PR is the final step to adds support for Android arm64 compilations. See servo/servo#11921 for previous work. Fixes in this PR: - Fix js dependency compilation: servo/rust-mozjs#360 - Fix skia dependency link error: servo/skia#136 - Fix blurdroid dependency compilation: szeged/blurdroid#4 - Fix mio and net2 dependency compilations: tokio-rs/mio#599 - Fix gcc compiler name in the fake linker - Compile OpenSSL for aarch64 (update to stable 1.1.0 was required for this) --- <!-- 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 - [] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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. --> Source-Repo: https://github.com/servo/servo Source-Revision: 85e5551ee9f2f662bdca53469a327491f35ece53 UltraBlame original commit: 412feaee81003ce3bee372b2db81b723e4332fe2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
MortimerGoro commentedMay 25, 2017
•
edited by larsbergstrom
Fix aarch64-linux-android compilations
This change is