Commit a2c316f
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 a2c316fCopy 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
- .github/workflows
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 number | Diff line number | Diff line change |
|---|---|---|
| ||
128 | 128 | |
129 | 129 | |
130 | 130 | |
| 131 | + |
131 | 132 | |
132 | 133 | |
133 | 134 | |
|
0 commit comments