1
- workspace (
2
- name = "selenium" ,
3
- )
1
+ workspace (name = "selenium" )
4
2
5
3
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
6
4
7
- http_archive (
8
- name = "bazel_skylib" ,
9
- sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa" ,
10
- urls = [
11
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" ,
12
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" ,
13
- ],
14
- )
15
-
16
- load ("@bazel_skylib//:workspace.bzl" , "bazel_skylib_workspace" )
17
-
18
- bazel_skylib_workspace ()
19
-
20
- http_archive (
21
- name = "aspect_bazel_lib" ,
22
- sha256 = "f75d03783588e054899eb0729a97fb5b8973c1a26f30373fafd485c90bf207d1" ,
23
- strip_prefix = "bazel-lib-2.4.2" ,
24
- url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.4.2/bazel-lib-v2.4.2.tar.gz" ,
25
- )
26
-
27
- load ("@aspect_bazel_lib//lib:repositories.bzl" , "aspect_bazel_lib_dependencies" , "aspect_bazel_lib_register_toolchains" )
28
-
29
- aspect_bazel_lib_dependencies ()
30
-
31
- aspect_bazel_lib_register_toolchains ()
32
-
33
- # The go rules are often a dependency of _something_, so loading the version
34
- # we want early
35
- http_archive (
36
- name = "io_bazel_rules_go" ,
37
- sha256 = "6b65cb7917b4d1709f9410ffe00ecf3e160edf674b78c54a894471320862184f" ,
38
- urls = [
39
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.39.0/rules_go-v0.39.0.zip" ,
40
- "https://github.com/bazelbuild/rules_go/releases/download/v0.39.0/rules_go-v0.39.0.zip" ,
41
- ],
42
- )
43
-
44
- load ("@io_bazel_rules_go//go:deps.bzl" , "go_register_toolchains" , "go_rules_dependencies" )
45
-
46
- go_rules_dependencies ()
47
-
48
- go_register_toolchains (version = "1.19.3" )
49
-
50
- # Stop `aspect_rules_js` and `rules_dotnet` from fighting over `aspect_bazel_lib`
51
- http_archive (
52
- name = "aspect_bazel_lib" ,
53
- sha256 = "4d6010ca5e3bb4d7045b071205afa8db06ec11eb24de3f023d74d77cca765f66" ,
54
- strip_prefix = "bazel-lib-1.39.0" ,
55
- url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.39.0/bazel-lib-v1.39.0.tar.gz" ,
56
- )
5
+ # rules_closure are not published to BCR.
57
6
58
7
http_archive (
59
8
name = "io_bazel_rules_closure" ,
@@ -76,10 +25,6 @@ rules_closure_dependencies()
76
25
77
26
rules_closure_toolchains ()
78
27
79
- load ("//common:selenium_manager.bzl" , "selenium_manager" )
80
-
81
- selenium_manager ()
82
-
83
28
load ("//common:repositories.bzl" , "pin_browsers" )
84
29
85
30
pin_browsers ()
0 commit comments