Remove none existing folders

This folders do not exist and this prevents to build with --incompatible_disallow_empty_glob
https://github.com/bazelbuild/bazel/issues/8195
pull/13171/head
Xavier Bonaventura 3 years ago committed by GitHub
parent 7f9135b766
commit 1143481fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      BUILD

@ -681,10 +681,8 @@ exports_files(
filegroup(
name = "cmake_files",
srcs = glob([
"google/**/*",
"upbc/**/*",
"upb/**/*",
"tests/**/*",
"third_party/**/*",
]),
visibility = ["//cmake:__pkg__"],

Loading…
Cancel
Save