File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ split_coverage_postprocessing_shell_commands: &split_coverage_postprocessing_she
4848 - echo "build --//rust/settings:experimental_use_coverage_metadata_files" >> user.bazelrc
4949tasks :
5050 ubuntu2004 :
51- build_targets : *default_linux_targets
52- test_targets : *default_linux_targets
51+ # build_targets: *default_linux_targets
52+ # test_targets: *default_linux_targets
5353 coverage_targets : *default_linux_targets
5454 post_shell_commands : *coverage_validation_post_shell_commands
5555 rbe_ubuntu2004 :
Original file line number Diff line number Diff line change 1+ # Testing
2+ build --noenable_runfiles
3+
14###############################################################################
25## Bazel Configuration Flags
36##
69###############################################################################
710
811# Skip building runfiles links for faster builds.
9- build --nobuild_runfile_links
12+ # build --nobuild_runfile_links
1013
1114# TODO: Coverage errors are not reported
1215coverage --test_output=errors
You can’t perform that action at this time.
0 commit comments