Skip to content

Commit

Permalink
Remove ?v2_only
Browse files Browse the repository at this point in the history
Summary: We should be buckv2 only everywhere. So this is extra (and further breaks unsupported buck1)

Reviewed By: ajay, naveedgol

Differential Revision: D66368938

fbshipit-source-id: d66e5fde03f4fa419139a29257251db32ce58aeb
  • Loading branch information
mzlee authored and facebook-github-bot committed Nov 22, 2024
1 parent 90eba8f commit 13a2db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfg.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
# of this source tree.

load("@prelude//cfg/modifier:cfg_constructor.bzl?v2_only", "cfg_constructor_post_constraint_analysis", "cfg_constructor_pre_constraint_analysis")
load("@prelude//cfg/modifier:common.bzl?v2_only", "MODIFIER_METADATA_KEY")
load("@prelude//cfg/modifier:cfg_constructor.bzl", "cfg_constructor_post_constraint_analysis", "cfg_constructor_pre_constraint_analysis")
load("@prelude//cfg/modifier:common.bzl", "MODIFIER_METADATA_KEY")

SHIM_ALIASES = {
"fedora": "shim//os/linux/distro/constraints:fedora",
Expand Down

0 comments on commit 13a2db6

Please sign in to comment.