Skip to content

CI: fix ccache CC override, add CXX in mac Conda CI (#32285) - #32293

Merged
charris merged 1 commit into
numpy:maintenance/2.5.xfrom
charris:backport-32285
Aug 14, 2026
Merged

CI: fix ccache CC override, add CXX in mac Conda CI (#32285)#32293
charris merged 1 commit into
numpy:maintenance/2.5.xfrom
charris:backport-32285

Conversation

@charris

@charris charris commented Aug 14, 2026

Copy link
Copy Markdown
Member

Backport of #32285.

PR summary

Fixes CI breakage seen here: https://github.com/numpy/numpy/actions/runs/31430422225/job/94558572825?pr=32232. Also adds ccache caching for C++ translation units.

This follows the pattern we use elsewhere:

export CC="ccache ${CC:-clang}" CXX="ccache ${CXX:-clang++}"

AI Disclosure

No AI used.

@charris charris added this to the 2.5.3 release milestone Aug 14, 2026
@charris charris added 08 - Backport Used to tag backport PRs component: CI labels Aug 14, 2026
@charris
charris merged commit a6d3c7e into numpy:maintenance/2.5.x Aug 14, 2026
83 checks passed
@charris
charris deleted the backport-32285 branch August 14, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

08 - Backport Used to tag backport PRs component: CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants