File tree Expand file tree Collapse file tree
google/cloud/testing_util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,27 +18,6 @@ licenses(["notice"]) # Apache 2.0
1818
1919load (":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-
4221cc_library (
4322 name = "google_cloud_cpp_testing" ,
4423 srcs = google_cloud_cpp_testing_srcs ,
You can’t perform that action at this time.
0 commit comments