ncw / swift

Go language interface to Swift / Openstack Object Storage / Rackspace cloud files (golang)
MIT License
310 stars 107 forks source link

Travis-ci: added support for ppc64le & import src path #163

Closed dthadi3 closed 3 years ago

dthadi3 commented 3 years ago

Hi,

I had added ppc64le(Linux on Power) architecture support on Travis-CI in the PR and looks like its been successfully added. Travis-ci log: https://travis-ci.com/github/dthadi3/swift/builds/210359874

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

ncw commented 3 years ago

Thank you - that looks great :-)

I'll merge it now