Skip to content

Commit bedbaff

Browse files
authoredDec 10, 2024
[bazel] Fix lit tests with bazel 8.x (#119462)
llvm/llvm-project#83066
1 parent 850c932 commit bedbaff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎utils/bazel/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
# https://github.com/llvm/llvm-project/issues/55924
1212
common --enable_bzlmod=false --enable_workspace
1313

14+
# TODO: Remove lit test reliance on this
15+
common --legacy_external_runfiles
16+
1417
# Prevent invalid caching if input files are modified during a build.
1518
build --experimental_guard_against_concurrent_changes
1619

0 commit comments

Comments
 (0)
Please sign in to comment.