Skip to content

Commit

Permalink
add bazelrc to test
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jul 4, 2024
1 parent cabe249 commit 3338a4c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/.bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
startup --windows_enable_symlinks
common --enable_bzlmod
build --enable_platform_specific_config
build --incompatible_enable_cc_toolchain_resolution
build --incompatible_strict_action_env
build --enable_runfiles
build --noincompatible_remove_rule_name_parameter
query --noincompatible_remove_rule_name_parameter

common:ci --announce_rc
common:ci --disk_cache=~/.cache/bazel-disk-cache
build:ci -c opt

run:test --ui_event_filters=-info,-stdout,-stderr
run:test --noshow_progress

try-import %workspace%/user.bazelrc

0 comments on commit 3338a4c

Please sign in to comment.