aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/build/paths/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index 4095864d8..d6dd47806 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -114,6 +114,7 @@ var Configuration = map[string]PathConfig{
"shuf": Allowed,
"mogrify": Allowed,
"xmllint": Allowed,
+ "repo": Allowed,
// Host toolchain is removed. In-tree toolchain should be used instead.
// GCC also can't find cc1 with this implementation.