Skip to content

Commit 912689c

Browse files
authored
Some lockfile cleanup (#724)
Cleanup unused openssl dep and legacy lockfile ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases
1 parent 3705390 commit 912689c

File tree

4 files changed

+6
-28569
lines changed

4 files changed

+6
-28569
lines changed

.bcr/patches/remove_dev_deps.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
--- a/MODULE.bazel 2025-11-19 19:09:45.780615637 +0000
2-
+++ b/MODULE.bazel 2025-11-19 19:09:45.780615637 +0000
3-
@@ -40,558 +40,3 @@
1+
--- a/MODULE.bazel 2025-11-22 20:51:10
2+
+++ b/MODULE.bazel 2025-11-22 20:51:10
3+
@@ -39,558 +39,4 @@
4+
45
# HACK: In prod the includer's patch inserts the use_repo for multitool. This
56
# solves the problem of needing a use_repo here in prod and below in dev.
6-
7+
-
78
-################################################################################
89
-# Dev deps
910
-#
@@ -170,7 +171,6 @@
170171
-# Rust configuration
171172
-
172173
-bazel_dep(name = "rules_rust", version = "0.67.0")
173-
-bazel_dep(name = "openssl", version = "3.3.1.bcr.6")
174174
-
175175
-RUST_EDITION = "2024"
176176
-
@@ -284,7 +284,7 @@
284284
- target_triple = "x86_64-unknown-linux-musl",
285285
- versions = [RUST_VERSION], # "versions" only set in first instance of "rust_darwin_x86_64" repository_set (see comment above)
286286
-)
287-
-
287+
288288
-# -> linux arm (musl)
289289
-rust.repository_set(
290290
- name = "rust_darwin_x86_64",

0 commit comments

Comments
 (0)