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
pier clean should only be needed when the source of pier gets recompiled. That seems like something we should just auto-detect.
One option: Use getExecutablePath to get a SHA of the current executable, and store it in the Shake database. (Or perhaps equivalently, need it along with ChangeModtimeAndDigest. In fact, making that a dependency of all other Persistent rules ought to be sufficient.
Also consider caching the build plan as a binary file in _pier.
The text was updated successfully, but these errors were encountered:
pier clean
should only be needed when the source ofpier
gets recompiled. That seems like something we should just auto-detect.One option: Use
getExecutablePath
to get a SHA of the current executable, and store it in the Shake database. (Or perhaps equivalently,need
it along withChangeModtimeAndDigest
. In fact, making that a dependency of all otherPersistent
rules ought to be sufficient.Also consider caching the build plan as a binary file in
_pier
.The text was updated successfully, but these errors were encountered: