Skip to content

Commit

Permalink
Fix the build of virt-v2v images
Browse files Browse the repository at this point in the history
After upgrading io_bazel_rules_docker, there is a requirment to have
com_github_pkg_errors.

Signed-off-by: Liran Rotenberg <[email protected]>
  • Loading branch information
liranr23 authored and ahadas committed Oct 15, 2023
1 parent cd07cc3 commit 463acb8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions virt-v2v/cold/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ go_repository(
version = "v1.0.5",
)

go_repository(
name = "com_github_pkg_errors",
importpath = "github.com/pkg/errors",
sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
version = "v0.9.1",
)

load(
"@io_bazel_rules_docker//toolchains/docker:toolchain.bzl",
docker_toolchain_configure = "toolchain_configure",
Expand Down
7 changes: 7 additions & 0 deletions virt-v2v/warm/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ go_repository(
version = "v1.0.5",
)

go_repository(
name = "com_github_pkg_errors",
importpath = "github.com/pkg/errors",
sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
version = "v0.9.1",
)

load(
"@io_bazel_rules_docker//toolchains/docker:toolchain.bzl",
docker_toolchain_configure = "toolchain_configure",
Expand Down

0 comments on commit 463acb8

Please sign in to comment.