Skip to content

Commit

Permalink
chore: add bazelrc for release
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Nov 21, 2023
1 parent 9d5acd2 commit 16c0bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This file contains Bazel settings to apply on Release only.
# It is referenced with a --bazelrc option in the call to bazel in release.yaml
4 changes: 2 additions & 2 deletions .github/workflows/ci.bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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
# This file contains Bazel settings to apply on Release only.
# It is referenced with a --bazelrc option in the call to bazel in release.yaml

# Debug where options came from
build --announce_rc
Expand Down

0 comments on commit 16c0bc4

Please sign in to comment.