Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2c316f

Browse filesBrowse files
ArthurZuckerclaude
andcommitted
ci(python-release): disable sccache in maturin-action
maturin-action v1.51 auto-enables sccache, but inside the manylinux docker containers sccache can't reach the GHA cache service and times out during rustc version detection: sccache: error: Timed out waiting for server startup 💥 maturin failed Disabling sccache restores the pre-v1.51 behaviour. Compilation is slower but correct; if we later want caching for the non-container builds we can switch on/off conditionally via the matrix. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7257f91 commit a2c316f
Copy full SHA for a2c316f

1 file changed

+1Lines changed: 1 addition & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/python-release.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/python-release.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
container: ${{ matrix.container }}
129129
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.14 3.14t' }} ${{ matrix.extra-build-args }}
130130
rust-toolchain: stable
131+
sccache: false
131132
docker-options: -e CI
132133

133134
- run: ${{ matrix.ls || 'ls -lh' }} dist/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.