Skip to content

Commit f8c472b

Browse files
authored
chore!: remove deprecated bazel config_settings (#8556)
1 parent 132d133 commit f8c472b

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

google/cloud/testing_util/BUILD.bazel

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,6 @@ licenses(["notice"]) # Apache 2.0
1818

1919
load(":google_cloud_cpp_testing.bzl", "google_cloud_cpp_testing_hdrs", "google_cloud_cpp_testing_srcs")
2020

21-
config_setting(
22-
name = "windows",
23-
deprecation = "This config setting is deprecated, to be retired on 2022-03-15. See #... for details.",
24-
values = {"cpu": "x64_windows"},
25-
visibility = ["//visibility:public"],
26-
)
27-
28-
config_setting(
29-
name = "linux_x86_64",
30-
deprecation = "This config setting is deprecated, to be retired on 2022-03-15. See #... for details.",
31-
values = {"cpu": "k8"},
32-
visibility = ["//visibility:public"],
33-
)
34-
35-
config_setting(
36-
name = "macos",
37-
deprecation = "This config setting is deprecated, to be retired on 2022-03-15. See #... for details.",
38-
values = {"cpu": "darwin"},
39-
visibility = ["//visibility:public"],
40-
)
41-
4221
cc_library(
4322
name = "google_cloud_cpp_testing",
4423
srcs = google_cloud_cpp_testing_srcs,

0 commit comments

Comments
 (0)