Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .bazelrc.common
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# avoid writing a lockfile in this repo.
# write lockfile in this repo.
# docs: https://bazel.build/reference/command-line-reference#flag--lockfile_mode
common --lockfile_mode=off
common --lockfile_mode=update

# normalize environment variables for hermeticity and reproducibility
# docs: https://bazel.build/reference/command-line-reference#flag--incompatible_strict_action_env
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ common --curses=no
common --color=yes
common --terminal_columns=120
common --show_timestamps
common --lockfile_mode=error
build --verbose_failures
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist
MODULE.bazel.lock
e2e/*/MODULE.bazel.lock
bazel-*
.bazelrc.user
.vscode
Expand Down
Loading