kythe.io@v0.0.68-0.20240422202219-7225dbc01741/tools/platforms/configs/BUILD (about)

     1  # Files beneath here are automatically generated.
     2  # gazelle:exclude *
     3  # Targets related to platform configs.
     4  sh_binary(
     5      name = "rebuild",
     6      srcs = ["rebuild.sh"],
     7      data = [
     8          "@bazel_toolchains_rbe_gen_config_linux_amd64//file",
     9      ],
    10      env = {
    11          "RBE_GEN_CONFIG": "$(execpath @bazel_toolchains_rbe_gen_config_linux_amd64//file)",
    12          "OUTPUT_CONFIG_PATH": "tools/platforms/configs/rbe_default",
    13      },
    14      tags = [
    15          "local",
    16          "manual",
    17      ],
    18  )