srctree

Robin Linden parent 1f0e5fc3 06e026f5
build: Fix analysis cache being discarded too often

test_env only affects the bazel test command anyway, so let'sinclude it everywhere to keep the analysis cache stuff happy.

inlinesplit
.bazelrc added: 2, removed: 3, total 0
@@ -2,12 +2,11 @@
# =========================================================
 
build --enable_platform_specific_config
build --test_env=HASTUR_ICU_DATA=external/icu-data/
coverage --combined_report=lcov
test --test_output=errors
test --test_summary=terse
test --test_verbose_timeout_warnings
# Set ICU data directory for tests
test --test_env=HASTUR_ICU_DATA=external/icu-data/
 
# Bazel deprecations
# =========================================================