Skip to content

Commit

Permalink
[bazel] Switch to rules_closure 0.12.0 (SeleniumHQ#14895)
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c authored Dec 12, 2024
1 parent 2cc530d commit 744e7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
13 changes: 2 additions & 11 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "io_bazel_rules_closure",
patch_args = [
"-p1",
],
patches = [
"//javascript:rules_closure_shell.patch",
],
sha256 = "d66deed38a0bb20581c15664f0ab62270af5940786855c7adc3087b27168b529",
strip_prefix = "rules_closure-0.11.0",
urls = [
"https://github.com/bazelbuild/rules_closure/archive/0.11.0.tar.gz",
],
strip_prefix = "rules_closure-0.12.0",
url = "https://github.com/bazelbuild/rules_closure/archive/refs/tags/0.12.0.tar.gz",
)

load("@io_bazel_rules_closure//closure:repositories.bzl", "rules_closure_dependencies", "rules_closure_toolchains")
Expand Down
12 changes: 0 additions & 12 deletions javascript/rules_closure_shell.patch

This file was deleted.

0 comments on commit 744e7d6

Please sign in to comment.