Skip to content

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

Merged
charris merged 1 commit into
numpy:mainfrom
ngoldbaum:rm-cc-ccache
Aug 13, 2026
Merged

CI: fix ccache CC override, add CXX in mac Conda CI#32285
charris merged 1 commit into
numpy:mainfrom
ngoldbaum:rm-cc-ccache

Conversation

@ngoldbaum

Copy link
Copy Markdown
Member

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 merged commit 097845c into numpy:main Aug 13, 2026
90 checks passed
@charris

charris commented Aug 13, 2026

Copy link
Copy Markdown
Member

Thanks Nathan.

charris added a commit that referenced this pull request Aug 14, 2026
CI: fix ccache CC override, add CXX in mac Conda CI (#32285)
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