From cfe21e1a6099a343491c1762547466a6828ab59e Mon Sep 17 00:00:00 2001 From: Richard Howell Date: Wed, 6 Oct 2021 14:17:17 -0700 Subject: [PATCH] add skip_module_validation label Summary: Add a label to modular libraries that are exporting non-modular deps. This will allow the upcoming tests to skip these targets for now. #nocancel #retry_on_user_failure #notimeout #retry_on_timeout Reviewed By: ebgraham Differential Revision: D31320728 fbshipit-source-id: b1776d71168c282ff791030e530669a2341a9ac8 --- YogaKit/BUCK | 1 + 1 file changed, 1 insertion(+) diff --git a/YogaKit/BUCK b/YogaKit/BUCK index acefcdb3..4fe6b003 100644 --- a/YogaKit/BUCK +++ b/YogaKit/BUCK @@ -42,6 +42,7 @@ yoga_apple_library( "$SDKROOT/System/Library/Frameworks/UIKit.framework", ], header_path_prefix = "", + labels = ["skip_module_validation"], link_whole = True, modular = True, module_name = "YogaKit",