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

Find a way to run Kodi in github actions #55

Open
jonisb opened this issue Jun 3, 2021 · 3 comments
Open

Find a way to run Kodi in github actions #55

jonisb opened this issue Jun 3, 2021 · 3 comments

Comments

@jonisb
Copy link
Owner

jonisb commented Jun 3, 2021

Kodi can't run in github actions VM probably due to missing GPU support.

@jonisb jonisb added this to TODO in Research what is needed for KodiLib via automation Jun 3, 2021
@jonisb jonisb moved this from TODO to Research in Research what is needed for KodiLib Jun 3, 2021
@aktech
Copy link

aktech commented Jun 30, 2021

Hi @jonisb I am the creator of Cirun.io, "GPU support" caught my eye.

FWIW I'll share my two cents. I created a service for problems like these, which is basically running custom machines (including GPUs) in GitHub Actions: https://cirun.io/

It is used in multiple open source projects needing GPU support like the following:

It is fairly simple to setup, all you need is a cloud account (AWS or GCP) and a simple yaml file describing what kind of machines you need and Cirun will spin up ephemeral machines on your cloud for GitHub Actions to run. It's native to GitHub ecosystem, which mean you can see logs/trigger in the Github's interface itself, just like any Github Action run.

Also, note that Cirun is free for Open source projects. (You only pay to your cloud provider for machine usage)

@jonisb
Copy link
Owner Author

jonisb commented Jun 30, 2021

Interesting, but I'm not interested in paying for a server/service to solve this at the moment as it's just a slow moving hobby for me.
But I'll keep it in mind if stuff changes.

@aktech
Copy link

aktech commented Jun 30, 2021

Sure, Cirun is free for open source, btw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants