From 13a2db651a662e75e0b896bcc3cfc04852d9f448 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Fri, 22 Nov 2024 14:59:26 -0800 Subject: [PATCH] Remove `?v2_only` 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 --- cfg.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg.bzl b/cfg.bzl index 9b63ae1..e305656 100644 --- a/cfg.bzl +++ b/cfg.bzl @@ -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",