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

Travis-ci: added support for ppc64le & excluded unsupported versions for ppc64le #43

Closed
wants to merge 1 commit into from

Conversation

dthadi3
Copy link

@dthadi3 dthadi3 commented Dec 16, 2020

Hi,

I had added ppc64le(Linux on Power) architecture support & excluded unsupported versions for ppc64le on Travis-CI in the PR and looks like its been successfully added.

Reason behind running tests on ppc64le: This package is included in the ppc64le versions of RHEL and Ubuntu - this allows the top of tree to be tested continuously as it is for Intel, making it easier to catch any possible regressions on ppc64le before the distros begin their clones and builds. This reduces the work in integrating this package into future versions of RHEL/Ubuntu.

Regards,
Devendra

@dougwilson
Copy link
Contributor

Thank you for your contribution, but this is a pure-JS module which does not use any OS APIs in Node.js, so there isn't really a need to test on various operation systems and architectures within this project, which is why it does not test on Windows, either. This change further ties us in to Travis CI, which is in the process of being removed from our projects due to it no longer being free soon.

@dougwilson dougwilson added the pr label Dec 16, 2020
@dougwilson dougwilson closed this Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants