Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessary sccache configuration, other small CI changes (#1089)
Contributes to rapidsai/build-planning#111 Proposes some small packaging/CI changes, matching similar changes being made across RAPIDS. * updating to the latest `rapids-dependency-file-generator` (v1.16.0) * removing unnecessary calls to `rapids-configure-sccache` (this project does not use `sccache`) ## Notes for Reviewers I'd originally started this PR with the goal of printing `sccache` stats in builds here... but realized this project does not use `sccache`. I chose not to pursue adding `sccache` here. The fact that this project doesn't use CMake means it'd take some effort to figure out how to inject `sccache` into the compilation (`CC` / `CXX` environment variables? something else?). Conda and wheel builds are only spending around 20 seconds actually compiling Cython code, so it doesn't seem worth the effort. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Mike Sarahan (https://github.com/msarahan) URL: #1089
- Loading branch information