aboutsummaryrefslogtreecommitdiff
path: root/strip-store-paths
AgeCommit message (Collapse)Author
2022-01-01update to zig 0.9.0Justin Bedo
2021-12-20rewrite strip store pathsJustin Bedo
Old version used sed, which is not inplace and causes issues when garbage collection triggers during a build. This patch adds a small rewriter that works in place.