You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add ccache for riscv64 without overriding pyproject.toml env
Use symlink-based ccache (ln -sf ccache /usr/local/bin/gcc) instead
of CIBW_ENVIRONMENT_LINUX which clobbers PKG_CONFIG_PATH and RUNNER_OS
needed for openblas detection. Mount ccache dir via CIBW_CONTAINER_ENGINE.
Signed-off-by: Bruno Verachten <gounthar@gmail.com>
0 commit comments