Skip to content
Draft
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
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ common --check_direct_dependencies=error # Escalate any bypassed `bazel_dep` to
common --enable_platform_specific_config # Supported OS identifiers are linux, macos, windows, freebsd, and openbsd
common --experimental_ui_max_stdouterr_bytes=1073741819 # why?
common --http_timeout_scaling=3.0 # At least one attempt reaches 30s (3,6,12,24,30,30,30,30) instead of only 10s (1,2,4,8,10,10,10,10)
common --experimental_strict_repo_env # Do not leak local environment variables into repository rules
common --incompatible_strict_action_env # Do not leak local environment variables into the build context
common --test_output=errors # Print test errors to console output instead of only capturing them in buried test.log
common --verbose_failures
Expand Down
Loading