pear / pear-core

This is the definitive source of PEAR's core files.
http://pear.php.net/package/PEAR
Other
110 stars 104 forks source link

Adding ppc64le architecutre to support travis-ci #111

Closed kishorkunal-raj closed 3 years ago

kishorkunal-raj commented 4 years ago

Hi, I had added ppc64le architecture to run travis ci and looks like its been successfully added. I believe it is ready for the final review and merge. As there is no support for php 5.4 and 5.5 for the ppc64le architecture, hence jobs are excluded for the same.

Please have a look.

Thanks!!"

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

kishorkunal-raj commented 3 years ago

Any views on PR?

ashnazg commented 3 years ago

@kishorkunal-raj, I've had to remove ppc for now, because I can't find documentation on how to disable xdebug. Because newer xdebug's have changed the output behavior of var_dump, many of the tests fail on newer PHP versions. If you can figure out how to get xdebug disabled on ppc, make a new PR. The phpenv syntax to disable xdebug works on amd64 but doesn't on ppc:

$ phpenv config-rm xdebug.ini
phpenv: no such command `config-rm'
The command "phpenv config-rm xdebug.ini" failed and exited with 1 during .