8000 Add missing file for release automation (#592) · axivion/rules_python@a62864f · GitHub
[go: up one dir, main page]

Skip to content

Commit a62864f

Browse files
authored
Add missing file for release automation (bazel-contrib#592)
This tells Bazel where to put caches so that it lines up with GitHub Actions restoring them to the next worker
1 parent f06ef45 commit a62864f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.bazelrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Bazel settings to apply on CI only
2+
# Included with a --bazelrc option in the call to bazel
3+
build --announce_rc
4+
test --test_output=errors
5+
build --disk_cache=$HOME/.cache/bazel
6+
build --repository_cache=$HOME/.cache/bazel-repo
7+
# For bazel-in-bazel testing
8+
test --test_env=XDG_CACHE_HOME

0 commit comments

Comments
 (0)
0