Skip to content

Commit

Permalink
Fix test module
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Dec 21, 2024
1 parent cfedf9f commit 979ea95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ alias(
actual = "@googleapis//google/bytestream:bytestream_go_proto",
)

alias(
name = "date_py_proto",
actual = "@googleapis//google/type:date_py_proto",
)

alias(
name = "spanner_cc_grpc",
actual = "@googleapis//google/spanner/v1:spanner_cc_grpc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "googleapis")
bazel_dep(name = "googleapis-go", version = "0.1.0")
bazel_dep(name = "googleapis-java", version = "0.1.0")
# Intentionally missing a dependency on googleapis-cc.
bazel_dep(name = "googleapis-python", version = "0.1.0")
bazel_dep(name = "googleapis-grpc-cc", version = "0.1.0")
bazel_dep(name = "googleapis-grpc-java", version = "0.1.0")
# Intentionally missing a dependency on googleapis-cc to test that it doesn't result in an error.

local_path_override(
module_name = "googleapis",
Expand Down
4 changes: 2 additions & 2 deletions modules/googleapis/0.0.0-20241220-5e258e33/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"private/extensions/fail_macro.bzl": "sha256-Ux6k9i7qKn7Y0gT1LFnHZiTGuPid7m1p3PncsnK8/iU=",
"private/extensions/switched_rules.bzl": "sha256-LkAQ/CEVSLYhHb0k1Ym4uBRC0yf6NQugxPZjPZteXMg=",
"tests/bcr/.bazelrc": "sha256-hFZT+gits3VtXcUkKuh3NCEC9FgBNGuNxaOVCuOiFPk=",
"tests/bcr/BUILD.bazel": "sha256-s/s6ZF/2oc55YwhZRyry99R/FUV8Z43lOata3M8a7yQ=",
"tests/bcr/MODULE.bazel": "sha256-PvqkV0oO2SHSkDNVsvcFawocQcrwsVrjL/QiAZ6h+gM=",
"tests/bcr/BUILD.bazel": "sha256-SyxDBwLmV0c2ssGUSaHawNu8IDOXSGL/YaWsI4pnSbk=",
"tests/bcr/MODULE.bazel": "sha256-mBed9uTWcQM8aMMq9vOzprfoj6kmef5xj/Xl7PiDE6M=",
"tests/bcr/failure_test.bzl": "sha256-QV38fwhaAPQStLQr06YGR1NDE/lsgnTs4cDjR/oDpl8="
}
}

0 comments on commit 979ea95

Please sign in to comment.