From 076aa2aeeb74f20cfb05eb622014113923cfcd88 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 13 Sep 2023 08:56:54 -0700 Subject: [PATCH] Increment symlink_forest_version We've had some incrementality issues with the symlink forest since aosp/2673616, clear old symlink forests to get rid of the bad symlinks. Bug: 300129912 Test: Presubmit Change-Id: Ic23c980b68ebcc8b8788d56e53435f0a89d82b28 --- bp2build/symlink_forest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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