tokio-rs / tokio-uring

An io_uring backed runtime for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI improvements

ollie-etl opened this issue · comments

commented

When adding new IO_URING ops, we often want access to a bleeding edge, or even unreleased kernel to properly test.

KVM would be one approach, but there is a long standing github actions issue regarding support for that. actions/runner-images#183

I'm not aware of other approaches, but I'd love to get some suggestions to avoid things like #175 again