Skip to content

Commit 322a796

Browse files
javachefacebook-github-bot
authored andcommitted
Ignore disable_infer_precompiled_header in OSS BUCK
Summary: A codemod landed which broke our public CI as it added disable_infer_precompiled_header which is not known to Buck OSS. This ignores the argument like we do for other internal parameter types. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D41729615 fbshipit-source-id: 30601d793b15cca3164d0513882da94064b47996
1 parent e509007 commit 322a796

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build_defs/oss/rn_defs.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ def fb_apple_library(*args, **kwargs):
401401
_ = kwargs.pop("plugins", [])
402402
_ = kwargs.pop("complete_nullability", False)
403403
_ = kwargs.pop("plugins_header", "")
404+
_ = kwargs.pop("disable_infer_precompiled_header", False)
404405

405406
native.apple_library(*args, **kwargs)
406407

0 commit comments

Comments
 (0)