Skip to content

Commit

Permalink
Run CI without building runfiles links
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 17, 2023
1 parent 9e146e5 commit 9006fd1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
## https://bazel.build/docs/best-practices#bazelrc-file
###############################################################################

# Skip building runfiles links for faster builds.
build --nobuild_runfile_links

# TODO: Coverage errors are not reported
coverage --test_output=errors

# Enable more verbose logging
coverage --test_env=VERBOSE_COVERAGE=1
coverage --test_env=RUST_BACKTRACE=1

# https://bazel.build/reference/command-line-reference#flag--enable_platform_specific_config
common --enable_platform_specific_config

Expand Down

0 comments on commit 9006fd1

Please sign in to comment.