From 9a46e9ad38dda5fa397b128bbe81fc7de8651825 Mon Sep 17 00:00:00 2001 From: jonmeow <46229924+jonmeow@users.noreply.github.com> Date: Tue, 8 Jun 2021 16:19:37 +0000 Subject: [PATCH] Fix test_env to use build, fixing analysis caching --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index f06dcee5ef8fd..d8130669d9fbd 100644 --- a/.bazelrc +++ b/.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