Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .bcr/patches/remove_dev_deps.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- a/MODULE.bazel 2025-11-08 19:15:08
+++ b/MODULE.bazel 2025-11-08 19:15:08
--- a/MODULE.bazel 2025-11-17 02:33:19.695668411 +0000
+++ b/MODULE.bazel 2025-11-17 02:33:19.695668411 +0000
@@ -40,558 +40,3 @@
# HACK: In prod the includer's patch inserts the use_repo for multitool. This
# solves the problem of needing a use_repo here in prod and below in dev.
Expand Down Expand Up @@ -449,7 +449,7 @@
-bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True)
-git_override(
- module_name = "container_structure_test",
- commit = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650",
- commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02",
- remote = "https://github.com/GoogleContainerTools/container-structure-test.git",
-)
-
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ use_repo(oci, "ubuntu", "ubuntu_linux_amd64", "ubuntu_linux_arm64_v8")
bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True)
git_override(
module_name = "container_structure_test",
commit = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650",
commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02",
remote = "https://github.com/GoogleContainerTools/container-structure-test.git",
)

Expand Down
2 changes: 1 addition & 1 deletion bazel/include/oci.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use_repo(oci, "ubuntu", "ubuntu_linux_amd64", "ubuntu_linux_arm64_v8")
bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True)
git_override(
module_name = "container_structure_test",
commit = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650",
commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02",
remote = "https://github.com/GoogleContainerTools/container-structure-test.git",
)

Expand Down