You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build on Bazel 8.0.0rc1, I'm getting
ERROR: Traceback (most recent call last):
File "/private/var/tmp/_bazel_criemen/267ec2c545f0139b2caed9502387afe1/external/rules_dotnet++dotnet+dotnet_aarch64-apple-darwin/BUILD.bazel", line 33, column 16, in <toplevel>
srcs = glob([
Error in glob: glob pattern 'sdk/**/AppHostTemplate/apphost.exe' didn't match anything, but allow_empty is set to False (the default value of allow_empty can be set with --incompatible_disallow_empty_glob).
When trying to build on Bazel 8.0.0rc1, I'm getting
See bazelbuild/bazel#8195 (comment) for how the pattern probably should look like instead.
The text was updated successfully, but these errors were encountered: