From 86656b2db05f664dcbff74c6acae5a73b1e63544 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Tue, 21 Mar 2017 04:25:03 -0700 Subject: [PATCH] [tests] make sure buck-clang-db test doesn't use the Buck cache Reviewed By: martinoluca Differential Revision: D4737849 fbshipit-source-id: f60b49f --- infer/tests/build_systems/buck-clang-db/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infer/tests/build_systems/buck-clang-db/Makefile b/infer/tests/build_systems/buck-clang-db/Makefile index bb644893a..3b9c60d77 100644 --- a/infer/tests/build_systems/buck-clang-db/Makefile +++ b/infer/tests/build_systems/buck-clang-db/Makefile @@ -21,5 +21,7 @@ include $(TESTS_DIR)/base.make infer-out/report.json: $(CLANG_DEPS) $(SOURCES) cd $(SOURCE_DIR) && \ $(call silent_on_success,\ + NO_BUCKD=1 \ $(INFER_BIN) -a $(ANALYZER) --stats $(INFER_OPTIONS) -o $(CURDIR)/$(@D) \ - --buck-compilation-database no-deps -- buck build '//clang_compilation_database:Hel lo#x86_64') + --buck-compilation-database no-deps \ + -- $(BUCK) build --no-cache '//clang_compilation_database:Hel lo#x86_64')