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
fix(onnxruntime): clean CMake cache when applying Eigen hash patch
The Eigen hash patch needs to force CMake reconfiguration when applied
to existing source. CMake caches the old hash in build artifacts, causing
the patch to be ineffective on re-runs.
Changes:
- Add check to see if file is already patched (idempotent)
- Clean CMake build directory after patching to force reconfiguration
- This ensures the new hash is used even when source already exists
0 commit comments