AssetSync / asset_sync

Synchronises Assets between Rails and S3
1.88k stars 346 forks source link

Add support to ppc64le #408

Closed gururajrkatti closed 3 years ago

gururajrkatti commented 3 years ago

This PR adds CI support for the IBM Power Little Endian (ppc64le) architecture. The idea is to ensure that the builds on this architecture are continuously tested along with the Intel builds (amd64) . Detecting (and fixing) any issues or failures early would help to ensure that we are always up to date.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 469


Totals Coverage Status
Change from base Build 443: 0.0%
Covered Lines: 401
Relevant Lines: 609

💛 - Coveralls
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 469


Files with Coverage Reduction New Missed Lines %
lib/asset_sync/config.rb 1 94.81%
lib/asset_sync/storage.rb 1 74.87%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 443: 0.2%
Covered Lines: 408
Relevant Lines: 618

💛 - Coveralls
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 469


Files with Coverage Reduction New Missed Lines %
lib/asset_sync/config.rb 1 94.81%
lib/asset_sync/storage.rb 1 74.87%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 443: 0.2%
Covered Lines: 408
Relevant Lines: 618

💛 - Coveralls
PikachuEXE commented 3 years ago

I am not sure if I can merge this as TravisCI is taking very long to run OSS projects jobs See #409 Let's wait a few days to see if those jobs are finished

If we want to switch to GitHub Action We might need to use https://github.com/uraimo/run-on-arch-action

gururajrkatti commented 3 years ago

Hi @PikachuEXE, thanks for the response. I think currently it is using .ORG (travis.org). That's the reason it is slow. travis is moving away from and closing .ORG. You can migrate to travis.com which is the future and fast.

PikachuEXE commented 3 years ago

Anyway since the build is passing I am merging it Will worry about how to migrate it later

gururajrkatti commented 3 years ago

Thanks !