whitequark / ipaddr.js

IP address manipulation library in JavaScript
MIT License
570 stars 92 forks source link

Travis-ci: added ppc64le support #147

Closed sanjaymsh closed 3 years ago

sanjaymsh commented 3 years ago

Hi, I have added support for ppc64le build on travis-ci in the branch . The travis-ci build log can be tracked on the link :https://travis-ci.com/github/sanjaymsh/ipaddr.js/builds/206993693 . I believe it is ready for the final review and merge. Please have a look on it.

Thanks !!

whitequark commented 3 years ago

Why

sanjaymsh commented 3 years ago

@whitequark ,This package is included in the distros for ppc64le - we are trying to make sure that integration into the distros is pain free by making sure they have a clean bill of health from their development community. This simplifies the integration process for ppc64le based distros.

whitequark commented 3 years ago

This is a pure JavaScript package that has no native dependencies. Any CI failures would be caused by the dependencies alone (i.e. nodejs), and are therefore a waste of CI resources.