summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-09-13 18:24:05 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-09-13 18:24:05 +0000
commiteb67c30daeed2128a6593313171d0267c991ffee (patch)
treeb9674d9defb85646897484339ffa901e81b5bfde
parent748f8fb624e0e4032e9c6c2c0cef70ac689ee7d7 (diff)
parent076aa2aeeb74f20cfb05eb622014113923cfcd88 (diff)
Merge "Increment symlink_forest_version" into main
-rw-r--r--bp2build/symlink_forest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bp2build/symlink_forest.go b/bp2build/symlink_forest.go
index 5c333085d..966b94a80 100644
--- a/bp2build/symlink_forest.go
+++ b/bp2build/symlink_forest.go
@@ -43,7 +43,7 @@ import (
// clean the whole symlink forest and recreate it. This number can be bumped whenever there's
// an incompatible change to the forest layout or a bug in incrementality that needs to be fixed
// on machines that may still have the bug present in their forest.
-const symlinkForestVersion = 1
+const symlinkForestVersion = 2
type instructionsNode struct {
name string