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

remove unnecessary sccache configuration, other small CI changes #1089

Merged
merged 7 commits into from
Oct 29, 2024

Conversation

jameslamb
Copy link
Member

@jameslamb jameslamb commented Oct 29, 2024

Description

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.

ci/build_python.sh Outdated Show resolved Hide resolved
@jameslamb jameslamb changed the title WIP: [DO NOT MERGE] print sccache stats in builds WIP: [DO NOT MERGE] remove unnecessary sccache configuration, other small CI changes Oct 29, 2024
@jameslamb jameslamb changed the title WIP: [DO NOT MERGE] remove unnecessary sccache configuration, other small CI changes remove unnecessary sccache configuration, other small CI changes Oct 29, 2024
@jameslamb jameslamb removed the 5 - DO NOT MERGE Hold off on merging; see PR for details label Oct 29, 2024
@jameslamb jameslamb marked this pull request as ready for review October 29, 2024 19:07
@jameslamb jameslamb requested a review from a team as a code owner October 29, 2024 19:07
ci/build_wheel.sh Outdated Show resolved Hide resolved
@jameslamb
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 317b220 into rapidsai:branch-0.41 Oct 29, 2024
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants