Skip to content

Commit

Permalink
Revert D51080036: [twimage] Sprinkle around some compatibility direct…
Browse files Browse the repository at this point in the history
…ives

Test Plan: revert-hammer

Differential Revision:
D51080036

Original commit changeset: 3d196f4a3996

Original Phabricator Diff: D51080036

fbshipit-source-id: 8c7887991ca953ed248d3a84fcc57aa9a09d0424
  • Loading branch information
zertosh authored and facebook-github-bot committed Nov 10, 2023
1 parent e42a9fe commit ad3fe78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion antlir/bzl/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def python_library(*args, **kwargs):
_PYTHON_UNITTEST_KWARGS = _make_rule_kwargs_dict(
[
"base_module",
"compatible_with",
"cpp_deps",
"deps",
"env",
Expand Down
1 change: 0 additions & 1 deletion antlir/bzl/image/feature/new.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ def private_do_not_use_feature_json_genrule(
for t in sorted(deps)
]),
),
compatible_with = ["ovr_config//os:linux-x86_64"],
type = "image_feature", # For queries
visibility = visibility,
)
Expand Down

0 comments on commit ad3fe78

Please sign in to comment.