Skip to content

Commit

Permalink
Add missing dist repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed May 10, 2024
1 parent 399a87c commit 8ad8702
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions MODULE.bazel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2925,7 +2925,7 @@
},
"//:extensions.bzl%bazel_build_deps": {
"general": {
"bzlTransitiveDigest": "XfBsajuuFziGjS2vfgWoneoACwJieBg7VV41JRE3wfo=",
"bzlTransitiveDigest": "7pZyLshEgIXlars4A3DejUPLyS6eoBzNDHobG0K39uM=",
"recordedFileInputs": {
"@@//MODULE.bazel": "ec2861042ece461ae1d704f7f8643f5dbc353e5683f6138cfedf9b63b3d63343",
"@@//src/test/tools/bzlmod/MODULE.bazel.lock": "4b9553a69d926d07f25ca38ea8e04e394301c9e21b33d775049b141d0e7505d3"
Expand Down Expand Up @@ -3013,17 +3013,18 @@
"apple_support~",
"bazel_skylib~",
"blake3~",
"buildozer~",
"c-ares~",
"grpc~",
"protobuf~",
"stardoc~",
"platforms",
"rules_cc~",
"rules_go~",
"rules_graalvm~",
"rules_java~",
"rules_jvm_external~",
"rules_kotlin~",
"rules_graalvm~",
"rules_license~",
"rules_pkg~",
"rules_proto~",
Expand Down Expand Up @@ -3316,7 +3317,7 @@
},
"//:extensions.bzl%bazel_test_deps": {
"general": {
"bzlTransitiveDigest": "XfBsajuuFziGjS2vfgWoneoACwJieBg7VV41JRE3wfo=",
"bzlTransitiveDigest": "7pZyLshEgIXlars4A3DejUPLyS6eoBzNDHobG0K39uM=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
Expand Down
4 changes: 3 additions & 1 deletion repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,23 @@ load("//src/tools/bzlmod:utils.bzl", "get_canonical_repo_name")
#
##################################################################################
DIST_ARCHIVE_REPOS = [get_canonical_repo_name(repo) for repo in [
# keep sorted
"abseil-cpp",
"apple_support",
"bazel_skylib",
"blake3",
"buildozer",
"c-ares",
"com_github_grpc_grpc",
"com_google_protobuf",
"io_bazel_skydoc",
"platforms",
"rules_cc",
"rules_go",
"rules_graalvm",
"rules_java",
"rules_jvm_external",
"rules_kotlin",
"rules_graalvm",
"rules_license",
"rules_pkg",
"rules_proto",
Expand Down

0 comments on commit 8ad8702

Please sign in to comment.