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
Do not install header files which are copied during building steps
Installing them updates time-stamps on the files, and incremental
rebuild is always rebuilding, even though no files are changed.
With this change repeated invocation of `python scripts/build_locally.py`
is effectively a no-op.
0 commit comments