From bedbafff2d459811808b6fa0c75de3ae8a56e7f0 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Tue, 10 Dec 2024 14:09:08 -0800 Subject: [PATCH] [bazel] Fix lit tests with bazel 8.x (#119462) https://github.com/llvm/llvm-project/issues/83066 --- utils/bazel/.bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/bazel/.bazelrc b/utils/bazel/.bazelrc index 3a49d4e0898c..a52e21e87ee0 100644 --- a/utils/bazel/.bazelrc +++ b/utils/bazel/.bazelrc @@ -11,6 +11,9 @@ # https://github.com/llvm/llvm-project/issues/55924 common --enable_bzlmod=false --enable_workspace +# TODO: Remove lit test reliance on this +common --legacy_external_runfiles + # Prevent invalid caching if input files are modified during a build. build --experimental_guard_against_concurrent_changes