Skip to content

Commit

Permalink
Add //config:platforms bzl_library
Browse files Browse the repository at this point in the history
Needed to bring rules_apple `bzl_library` dependencies up-to-date.

Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones committed Oct 17, 2023
1 parent 0abd919 commit b0adb9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configs/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("@bazel_skylib//lib:selects.bzl", "selects")
load(":platforms.bzl", "APPLE_PLATFORMS_CONSTRAINTS")

Expand Down Expand Up @@ -43,6 +44,12 @@ selects.config_setting_group(
],
)

bzl_library(
name = "platforms",
srcs = ["platforms.bzl"],
visibility = ["//visibility:public"],
)

# Consumed by bazel tests.
filegroup(
name = "for_bazel_tests",
Expand Down

0 comments on commit b0adb9b

Please sign in to comment.