[tests] make sure buck-clang-db test doesn't use the Buck cache

Reviewed By: martinoluca

Differential Revision: D4737849

fbshipit-source-id: f60b49f
master
Jules Villard 8 years ago committed by Facebook Github Bot
parent e7e32b038b
commit 86656b2db0

@ -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')

Loading…
Cancel
Save