Skip to content

Commit

Permalink
copy missing GH actions file from bazel-template
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Apr 25, 2022
1 parent 637c2b7 commit 7bcfd5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Empty file added .bazelrc
Empty file.
13 changes: 13 additions & 0 deletions .github/workflows/ci.bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file contains Bazel settings to apply on CI only.
# It is referenced with a --bazelrc option in the call to bazel in ci.yaml

# Debug where options came from
build --announce_rc
# This directory is configured in GitHub actions to be persisted between runs.
build --disk_cache=~/.cache/bazel
build --repository_cache=~/.cache/bazel-repo
# Don't rely on test logs being easily accessible from the test runner,
# though it makes the log noisier.
test --test_output=errors
# Allows tests to run bazelisk-in-bazel, since this is the cache folder used
test --test_env=XDG_CACHE_HOME

0 comments on commit 7bcfd5a

Please sign in to comment.