Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Remove non existing "@build_tar//" local target (#2001)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindaugasrukas committed Jan 22, 2022
1 parent 474d3bd commit b74ef7f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions testing/default_toolchain/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ load(
"local_tool",
)

local_tool(
name = "build_tar",
)

local_tool(
name = "xz",
)
Expand All @@ -41,7 +37,7 @@ load(

docker_toolchain_configure(
name = "docker_config",
build_tar_target = "@build_tar//:build_tar",
build_tar_target = "@io_bazel_rules_docker//container:build_tar",
xz_target = "@xz//:xz",
)

Expand Down

0 comments on commit b74ef7f

Please sign in to comment.