Skip to content

Commit

Permalink
chore: add bazelrc for CI
Browse files Browse the repository at this point in the history
This is required by the reusable workflow used for releases.
Fixes broken release build:
https://github.com/p0deje/rules_ruby/actions/runs/6947837138/job/18902520558
  • Loading branch information
alexeagle authored and p0deje committed Nov 21, 2023
1 parent b9c7691 commit b294b59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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
# 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 b294b59

Please sign in to comment.