Skip to content

Commit

Permalink
doc: slight doc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenandpork authored and nicowilliams committed Nov 2, 2023
1 parent 6764b69 commit c5c4cde
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Bazel settings that apply to this repository.
# Take care to document any settings that you expect users to apply.
# Settings that apply only to CI are in .github/workflows/ci.bazelrc
# These Bazel settings are applied by default; settings that apply only to CI are in
# .github/workflows/ci.bazelrc and are applied in .github/workflows/ci.yaml
build --nolegacy_external_runfiles

# Load any settings specific to the current user.
3 changes: 3 additions & 0 deletions .github/workflows/ci.bazelrc
Original file line number Diff line number Diff line change
@@ -4,4 +4,7 @@ build --announce_rc
test --test_output=errors
build --disk_cache=$HOME/.cache/bazel
build --repository_cache=$HOME/.cache/bazel-repo

# XDG_CACHE_HOME is where bazelisk -- if used -- will cache downloads; workflows use setup-bazelisk
# which aliases 'bazel' to bazelisk. We inject this into the test runner env like an action_env
test --test_env=XDG_CACHE_HOME
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Cut a release whenever a new tag is pushed to the repo.
# You should use an annotated tag, like `git tag -a v1.2.3`
# You should use an annotated tag, like `git tag -a 1.2.3`
# and put the release notes into the commit message for the tag.
name: Release

0 comments on commit c5c4cde

Please sign in to comment.