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

Auto detect hardware acceleration on Linux #254

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

notbigdata
Copy link
Contributor

Description

Currently, this action disables hardware acceleration on Linux by default. This pull request adds an automatic detection of hardware acceleration on Linux. It does so by checking if /dev/kvm exists and accessible.

On GitHub hosted Linux runners, this introduces no behavior change as KVM is not supported there. However, we(BuildJet) run a hosted GitHub Actions runner service which does support KVM on Linux. This change will help our customers to benefit from hardware acceleration on Linux.

Copy link
Member

@ychescale9 ychescale9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ychescale9 ychescale9 merged commit 7809d88 into ReactiveCircus:main Jul 12, 2022
ychescale9 added a commit that referenced this pull request Jul 12, 2022
* main:
  Prepare for release 2.25.0.
  Check in missing compiled js file.
  Auto detect hardware acceleration on Linux (#254)
  Build tools 33.0.0. Update test fixture dependencies.
  Update Kotlin and AGP in test-fixture.
  SDK command-line tools 7.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants