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