Skip to content

Commit

Permalink
Fix build, attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
hvadehra committed Nov 3, 2023
1 parent 70dd5d4 commit ddf9c37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ DIST_ARCHIVE_REPOS = [get_canonical_repo_name(repo) for repo in [
"rules_cc",
"rules_go",
"rules_java",
"rules_java~override",
"rules_jvm_external",
"rules_license",
"rules_pkg",
Expand All @@ -56,7 +55,7 @@ DIST_ARCHIVE_REPOS = [get_canonical_repo_name(repo) for repo in [
"~grpc_repo_deps_ext~com_google_googleapis",
"~grpc_repo_deps_ext~envoy_api",
"~grpc_repo_deps_ext~rules_cc", # TODO: Should be removed
]]
]] + [get_canonical_repo_name("rules_java") + "~override"]

DIST_DEPS = {
########################################
Expand Down

0 comments on commit ddf9c37

Please sign in to comment.