From 38804101d9596479380f48cad5381c241151da4d Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Fri, 27 Oct 2017 04:03:57 -0700 Subject: [PATCH] [buck] newer Buck passes tests in STRICT_MODE Reviewed By: jberdine Differential Revision: D6077166 fbshipit-source-id: a4d496c --- dotbuckversion | 2 +- infer/tests/build_systems/buck_flavors/Makefile | 3 --- infer/tests/build_systems/buck_flavors_deterministic/Makefile | 3 --- infer/tests/build_systems/buck_flavors_run/Makefile | 3 --- 4 files changed, 1 insertion(+), 10 deletions(-) diff --git a/dotbuckversion b/dotbuckversion index 22286deac..c075532c2 100644 --- a/dotbuckversion +++ b/dotbuckversion @@ -1 +1 @@ -c8c96ad4f2664c9636865e162513c530823f6d5b +d9056202070b640b80b8e823545de7864b1e28c9 diff --git a/infer/tests/build_systems/buck_flavors/Makefile b/infer/tests/build_systems/buck_flavors/Makefile index 577ede378..3c6424e04 100644 --- a/infer/tests/build_systems/buck_flavors/Makefile +++ b/infer/tests/build_systems/buck_flavors/Makefile @@ -18,9 +18,6 @@ CLEAN_EXTRA = buck-out include $(TESTS_DIR)/infer.make -# Buck passes -a capture to infer -export INFER_STRICT_MODE=0 - $(OBJECTS): $(JAVA_SOURCE_FILES) $(QUIET)$(call silent_on_success,Compiling Buck flavors tests,\ NO_BUCKD=1 $(BUCK) build --no-cache $(BUCK_TARGET)) diff --git a/infer/tests/build_systems/buck_flavors_deterministic/Makefile b/infer/tests/build_systems/buck_flavors_deterministic/Makefile index b1ced1157..daf53a9d1 100644 --- a/infer/tests/build_systems/buck_flavors_deterministic/Makefile +++ b/infer/tests/build_systems/buck_flavors_deterministic/Makefile @@ -18,9 +18,6 @@ CLEAN_EXTRA = buck-out capture_hash-1.sha capture_hash-2.sha include $(TESTS_DIR)/base.make -# Buck passes -a capture to infer -export INFER_STRICT_MODE=0 - $(OBJECTS): $(JAVA_SOURCE_FILES) $(QUIET)$(call silent_on_success,Compiling Buck flavors tests,\ NO_BUCKD=1 $(BUCK) build --no-cache $(BUCK_TARGET)) diff --git a/infer/tests/build_systems/buck_flavors_run/Makefile b/infer/tests/build_systems/buck_flavors_run/Makefile index c1a16ea26..eeca7fb68 100644 --- a/infer/tests/build_systems/buck_flavors_run/Makefile +++ b/infer/tests/build_systems/buck_flavors_run/Makefile @@ -18,9 +18,6 @@ CLEAN_EXTRA = buck-out include $(TESTS_DIR)/infer.make -# Buck passes -a capture to infer -export INFER_STRICT_MODE=0 - $(OBJECTS): $(JAVA_SOURCE_FILES) $(QUIET)$(call silent_on_success,Compiling Buck flavors tests,\ NO_BUCKD=1 $(BUCK) build --no-cache $(BUCK_TARGET))