Skip to content

Commit 14e11c2

Browse files
philwoianoc-stripe
authored andcommitted
Remove tools/bazel.rc on CI as it's incompatible. (bazel-contrib#495)
Local disk caching does not work on Bazel's CI and actually causes the project to fail in our downstream tests at the moment: https://buildkite.com/bazel/bazel-with-downstream-projects-bazel/builds/224#e8eab4eb-9baf-4503-8328-62d1ca2f454d
1 parent bc5dfcf commit 14e11c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
---
22
platforms:
33
ubuntu1404:
4+
shell_commands:
5+
# Disable local disk caching on CI.
6+
- rm -f tools/bazel.rc
47
build_targets:
58
- "//test/..."
69
test_targets:
710
- "//test/..."
811
ubuntu1604:
12+
shell_commands:
13+
# Disable local disk caching on CI.
14+
- rm -f tools/bazel.rc
915
build_targets:
1016
- "//test/..."
1117
test_targets:
1218
- "//test/..."
1319
macos:
20+
shell_commands:
21+
# Disable local disk caching on CI.
22+
- rm -f tools/bazel.rc
1423
build_targets:
1524
- "//test/..."
1625
test_targets:

0 commit comments

Comments
 (0)