diff options
author | Angus Lees <gus@inodes.org> | 2025-01-03 04:33:06 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 11:33:06 -0600 |
commit | bca92b12588d63556b749b4627af0112cd2d05c6 (patch) | |
tree | 81999eb8739c6cbd3e35bc73bc4389bfd9b3392a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5de7af4b9f05c7a9fb3775f45627b50aba47869b (diff) | |
download | llvm-bca92b12588d63556b749b4627af0112cd2d05c6.zip llvm-bca92b12588d63556b749b4627af0112cd2d05c6.tar.gz llvm-bca92b12588d63556b749b4627af0112cd2d05c6.tar.bz2 |
[bazel] Allow SupportTests to be built remotely and cached (#121375)
`SupportTests` fails in the bazel macOS sandbox, because
`FileSystemTest.permissions` expects to be able to modify file
permissions on some otherwise protected files.
Previously this test was marked `local` in bazel, which has
additional undesirable effects such as skipping remote build and cache.
Tighten the bazel tags to just `no-sandbox`. Note in particular, that
this allows the test to build, execute, and cache remotely (if
configured).
Testing:
- Verified this test fails (as expected) on macOS with no tags, and
passes with `no-sandbox`.
- Verified this test passes when executed remotely (using an Engflow RBE
setup) with `no-sandbox`.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions