Bazel 6.0: Fix config_setting visibility failure on bazel CI (#975)

This commit is contained in:
Greg 2022-10-27 18:39:03 -04:00 committed by GitHub
parent a7f9e8b38c
commit c923238c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ config_setting(
flag_values = {
"@bazel_tools//tools/cpp:compiler": "msvc-cl",
},
visibility = ["//visibility:public"],
)
alias(