Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix aarch64-linux-android compilations #360

Merged
merged 1 commit into from May 25, 2017

Conversation

@MortimerGoro
Copy link
Contributor

MortimerGoro commented May 25, 2017

Fix aarch64-linux-android compilations


This change is Reviewable

@jdm
Copy link
Member

jdm commented May 25, 2017

@bors-servo
Copy link
Contributor

bors-servo commented May 25, 2017

📌 Commit d85ef50 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented May 25, 2017

Testing commit d85ef50 with merge 3e964ed...

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
Copy link
Contributor

bors-servo commented May 25, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: jdm
Pushing 3e964ed to master...

@bors-servo bors-servo merged commit d85ef50 into servo:master May 25, 2017
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@MortimerGoro MortimerGoro mentioned this pull request May 30, 2017
3 of 4 tasks complete
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
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.