aboutsummaryrefslogtreecommitdiff
path: root/strip-store-paths
AgeCommit message (Collapse)Author
2022-01-06strip-store-paths: allow no filesJustin Bedo
2022-01-05fix bug in strip-store-pathsJustin Bedo
also taking the opportunity to simplify the rewriteOutput function and handle filenames with spaces
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.