Skip to content

Commit

Permalink
Ignore disable_infer_precompiled_header in OSS BUCK
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javache authored and facebook-github-bot committed Dec 5, 2022
1 parent e509007 commit 322a796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build_defs/oss/rn_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ def fb_apple_library(*args, **kwargs):
_ = kwargs.pop("plugins", [])
_ = kwargs.pop("complete_nullability", False)
_ = kwargs.pop("plugins_header", "")
_ = kwargs.pop("disable_infer_precompiled_header", False)

native.apple_library(*args, **kwargs)

Expand Down

0 comments on commit 322a796

Please sign in to comment.