Skip to content

Commit

Permalink
MODULE.bazel: drop Bazelisk patch
Browse files Browse the repository at this point in the history
This prevents running on BCR CI.
  • Loading branch information
malt3 committed Jan 7, 2025
1 parent eae57c1 commit 4cd98ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ bazel_dep(
version = "0.30.0",
dev_dependency = True,
)
single_version_override(
module_name = "rules_bazel_integration_test",
patches = ["//examples/testing:upgrade_bazelisk.patch"],
patch_strip = 1,
)

bazel_binaries = use_extension(
"@rules_bazel_integration_test//:extensions.bzl",
Expand Down
12 changes: 0 additions & 12 deletions examples/testing/upgrade_bazelisk.patch

This file was deleted.

0 comments on commit 4cd98ff

Please sign in to comment.