Przeglądaj źródła

Fix test_env to use build, fixing analysis caching (#568)

Per https://docs.bazel.build/versions/master/guide.html#option-defaults, test inherits from build, thus why this fixes caching.

The issue can be observed with `bazel build :all && bazel test :all`, the line:
`INFO: Build option --test_env has changed, discarding analysis cache.`
Jon Meow 4 lat temu
rodzic
commit
5c8ad3124c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .bazelrc

+ 1 - 1
.bazelrc

@@ -33,7 +33,7 @@ build:fuzzer --features=fuzzer
 
 # Always allow tests to symbolize themselves with whatever `llvm-symbolize` is
 # in the users environment.
-test --test_env=ASAN_SYMBOLIZER_PATH
+build --test_env=ASAN_SYMBOLIZER_PATH
 
 # Force actions to have a UTF-8 language encoding.
 # TODO: Need to investigate what this should be on Windows, but at least for