rapidsai / rapids-cmake

https://docs.rapids.ai/api/rapids-cmake/stable/
Apache License 2.0
28 stars 45 forks source link

rapids-cmake tests no longer download CPM when `NO_CPM_CACHE` is set. #682

Closed robertmaynard closed 3 weeks ago

robertmaynard commented 3 weeks ago

Description

To help reduce the amount of network traffic, rapids-cmake now reuses the same CPM.cmake even when running no CPM cache tests. This elimates one source of network errors as we don't need to fetch the same CPM.cmake multiple times per CI run.

Checklist

robertmaynard commented 3 weeks ago

/merge