You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): Add CUDA runner for testing device extension (#490)
This PR adds the INFRA-provided runner `["self-hosted", "cuda"]` so that
PRs that modify CUDA code get better CI feedback (before this, the
extension pretty much was only ever built on my local setup).
The self-hosted runner is running an older linux than the usual
`ubuntu-latest`, so a few modifications were needed to reflect compiler
warning policies. The cache key we were using for Arrow C++ is also no
longer sufficient for the device workflow because a cache restore
results in an unusable Arrow C++ static library on the self-hosted
runner. This shouldn't be necessary for much longer (just until Arrow
C++-dependent tests are factored out and run separately).
0 commit comments