You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/05/11 15:11:14 UTC

[GitHub] [incubator-kvrocks] git-hulk opened a new issue, #572: Proposal: add multiple platforms and CPUs build workflow in GitHub Actions

git-hulk opened a new issue, #572:
URL: https://github.com/apache/incubator-kvrocks/issues/572

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   As far as I know, Kvrocks works well on platforms like CentOS/Ubuntu/Debian and MacOSX, as well as CPU like ARM64 and Apple M1. But we didn't check the build system status now and we can't guarantee it's always fine over time. So I think we should check those statuses periodically.
   
   ### Solution
   
   For most PRs won't affect the build system status, but it's a bit time and resource costly. The workaround is to check daily or weekly instead of every PR, and we can fix them in time when anyone was broken. Do you guys have any thoughts? 
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun commented on issue #572: Proposal: add multiple platforms and CPUs build workflow in GitHub Actions

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #572:
URL: https://github.com/apache/incubator-kvrocks/issues/572#issuecomment-1242877733

   Closed as now we're using Travis to achieve multiple platform supports. If GitHub Actions support ARM platform later, we can review this proposal.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun closed issue #572: Proposal: add multiple platforms and CPUs build workflow in GitHub Actions

Posted by GitBox <gi...@apache.org>.
tisonkun closed issue #572: Proposal: add multiple platforms and CPUs build workflow in GitHub Actions
URL: https://github.com/apache/incubator-kvrocks/issues/572


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun commented on issue #572: Proposal: add multiple platforms and CPUs build workflow in GitHub Actions

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #572:
URL: https://github.com/apache/incubator-kvrocks/issues/572#issuecomment-1124404803

   IIRC [GitHub Actions doesn't provide hosted ARM64 machine](https://github.community/t/ask-about-github-hosted-runners-arm64-platform-support/167483). We may need a sponsor for self-hosted runners, other CI platform or ask ASF Infra for more information.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on issue #572: Proposal: add multiple platforms and CPUs build workflow in GitHub Actions

Posted by GitBox <gi...@apache.org>.
git-hulk commented on issue #572:
URL: https://github.com/apache/incubator-kvrocks/issues/572#issuecomment-1124457561

   Thanks @tisonkun.
   
   Another solution can run those ARM64 jobs on Travis CI, but I'm wondering whether it makes sense or not.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org