Skip to content

ci: Unset sccache to relieve cache usage - #394

Merged
Oliver Borchert (borchero) merged 1 commit into
mainfrom
disable-sccache
Aug 4, 2026
Merged

ci: Unset sccache to relieve cache usage#394
Oliver Borchert (borchero) merged 1 commit into
mainfrom
disable-sccache

Conversation

@borchero

Copy link
Copy Markdown
Member

Motivation

We currently have thousands of caches, most of which are sccache.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the CI build workflow to reduce GitHub Actions cache usage by disabling sccache in the wheel build step (maturin-action’s sccache input defaults to false, so removing the override disables it).

Changes:

  • Removed the sccache configuration from the PyO3/maturin-action wheel build step in the CI workflow.

@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (37ead99) to head (efb7390).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #394   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           46        46           
  Lines         2590      2590           
=========================================
  Hits          2590      2590           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@borchero
Oliver Borchert (borchero) merged commit 9c5c38f into main Aug 4, 2026
33 checks passed
@borchero
Oliver Borchert (borchero) deleted the disable-sccache branch August 4, 2026 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants