We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862d768 commit 32dd8d9Copy full SHA for 32dd8d9
.github/workflows/bazel-checks.yml
@@ -51,6 +51,7 @@ jobs:
51
- name: Build/Test
52
working-directory: utils/bazel
53
run: |
54
- bazel test --config=ci @llvm-project//llvm/... \
+ bazel test --config=ci --sandbox_base="" \
55
+ @llvm-project//llvm/... \
56
@llvm-project//clang/... \
57
@llvm-project//mlir/...
0 commit comments