Skip to content

Commit 11a04f3

Browse files
authored
fix: Unblock bcr release (#747)
Removes .bazelrc from e2e as it contains flags that does not work with some versions of 7.x
1 parent 9df8482 commit 11a04f3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.bcr/patches/remove_dev_deps.patch

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- a/MODULE.bazel 2025-12-04 16:58:06.612502637 +0000
2-
+++ b/MODULE.bazel 2025-12-04 16:58:06.612502637 +0000
3-
@@ -46,547 +46,3 @@
1+
--- a/MODULE.bazel 2025-12-08 16:08:38.084434215 -0800
2+
+++ b/MODULE.bazel 2025-12-08 16:08:38.084453581 -0800
3+
@@ -47,545 +47,3 @@
44
# HACK: In prod the includer's patch inserts the use_repo for multitool. This
55
# solves the problem of needing a use_repo here in prod and below in dev.
66

@@ -37,8 +37,6 @@
3737
-# LLVM configuration
3838
-
3939
-bazel_dep(name = "toolchains_llvm", version = "1.4.0")
40-
-bazel_dep(name = "rules_cc", version = "0.2.11")
41-
-
4240
-single_version_override(
4341
- module_name = "toolchains_llvm",
4442
- patch_strip = 1,

e2e/.bazelrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)