Merge lp:~adconrad/mir/powerpc-porting into lp:mir
| Status: | Merged |
|---|---|
| Approved by: | Chris Halse Rogers on 2015-06-04 |
| Approved revision: | 2619 |
| Merged at revision: | 2619 |
| Proposed branch: | lp:~adconrad/mir/powerpc-porting |
| Merge into: | lp:mir |
| Diff against target: |
304 lines (+47/-33) 5 files modified
debian/control (+20/-19) debian/create_postinst_prerm_scripts.sh (+4/-4) debian/install_ld_so_conf.sh (+4/-4) debian/rules (+10/-5) tests/unit-tests/test_shared_library_prober.cpp (+9/-1) |
| To merge this branch: | bzr merge lp:~adconrad/mir/powerpc-porting |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2015-06-04 | |
| Chris Halse Rogers | 2015-06-04 | Approve on 2015-06-04 | |
|
Review via email:
|
|||
Commit Message
Enable building on linux-any, invert x86/armhf tests to make them the exceptions, not the rules, and add ppc/ppc64el test data blobs.
Description of the Change
Should be self-explanatory, ish. This contains the porting (and two binary blobs) required to build on powerpc and ppc64el, and to pass the testsuite on ppc64el.
The testsuite on powerpc still fails, due to some needed big-endian porting work, but it seems like the lesser of two evils right now to have the package buildable but somewhat broken, rather than keep dealing with the fallout of only having mir on some arches.
- 2619. By Adam Conrad on 2015-06-04
-
Invert arch tests to make x86/armhf the exceptions, not the rule, and enable on all linux-any.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:2618
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https:/
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:2619
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:2619
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://

LGTM. Thanks!