[bazel] Fix lit tests with bazel 8.x (#119462)

https://github.com/llvm/llvm-project/issues/83066
This commit is contained in:
Keith Smiley 2024-12-10 14:09:08 -08:00 committed by GitHub
parent 850c932f05
commit bedbafff2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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