1
-
2
1
# This file has been generated using `bazel run scripts:pinned_browsers`
3
2
4
3
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
@@ -15,28 +14,28 @@ def pin_browsers():
15
14
sha256 = "9d06897b80d77cfb59e1c8bd4dfc427590b058616ae634e52cfe272af06f9b32" ,
16
15
build_file_content = "exports_files([\" firefox\" ])" ,
17
16
)
18
-
17
+
19
18
dmg_archive (
20
19
name = "mac_firefox" ,
21
20
url = "https://ftp.mozilla.org/pub/firefox/releases/93.0/mac/en-US/Firefox%2093.0.dmg" ,
22
21
sha256 = "b4c78628c2bf68ee431e15d998383fb6168dbfa916f848f27aba73db67410bc6" ,
23
22
build_file_content = "exports_files([\" Firefox.app\" ])" ,
24
23
)
25
-
24
+
26
25
http_archive (
27
26
name = "linux_geckodriver" ,
28
27
url = "https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-linux64.tar.gz" ,
29
28
sha256 = "12c37f41d11ed982b7be43d02411ff2c75fb7a484e46966d000b47d1665baa88" ,
30
29
build_file_content = "exports_files([\" geckodriver\" ])" ,
31
30
)
32
-
31
+
33
32
http_archive (
34
33
name = "mac_geckodriver" ,
35
34
url = "https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-macos.tar.gz" ,
36
35
sha256 = "560ba192666c1fe8796404153cfdf2d12551515601c4b3937aabcba6ee300f8c" ,
37
36
build_file_content = "exports_files([\" geckodriver\" ])" ,
38
37
)
39
-
38
+
40
39
pkg_archive (
41
40
name = "mac_edge" ,
42
41
url = "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdge-94.0.992.50.pkg?platform=Mac&Consent=0&channel=Stable" ,
@@ -46,40 +45,39 @@ def pin_browsers():
46
45
},
47
46
build_file_content = "exports_files([\" Edge.app\" ])" ,
48
47
)
49
-
48
+
50
49
http_archive (
51
50
name = "mac_edgedriver" ,
52
51
url = "https://msedgedriver.azureedge.net/94.0.992.50/edgedriver_mac64.zip" ,
53
52
sha256 = "f5446a97c7ccd9d80904b1888b28fa5c9eb624b233aa05f046f825b1d8965f3f" ,
54
53
build_file_content = "exports_files([\" msedgedriver\" ])" ,
55
54
)
56
-
55
+
57
56
http_archive (
58
57
name = "linux_chrome" ,
59
58
url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/919578/chrome-linux.zip" ,
60
59
sha256 = "b20c00667ed3a40ae88ba164ebe6ec3547782c3049f1ea8bdac48c2151e4660c" ,
61
60
build_file_content = "exports_files([\" chrome-linux\" ])" ,
62
61
)
63
-
62
+
64
63
http_archive (
65
64
name = "mac_chrome" ,
66
65
url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/919578/chrome-mac.zip" ,
67
66
sha256 = "5ca3dbfe33032ad01f32c0054098b02e2bd12ff6527f2154d4da41792ae6bc99" ,
68
67
strip_prefix = "chrome-mac" ,
69
68
build_file_content = "exports_files([\" Chromium.app\" ])" ,
70
69
)
71
-
70
+
72
71
http_archive (
73
72
name = "linux_chromedriver" ,
74
73
url = "https://chromedriver.storage.googleapis.com/94.0.4606.61/chromedriver_linux64.zip" ,
75
74
sha256 = "d2011e5b7c7c13225d6d0e237d8cfbb2a52601c1a91005841a38358c31d2f4d0" ,
76
75
build_file_content = "exports_files([\" chromedriver\" ])" ,
77
76
)
78
-
77
+
79
78
http_archive (
80
79
name = "mac_chromedriver" ,
81
80
url = "https://chromedriver.storage.googleapis.com/94.0.4606.61/chromedriver_mac64.zip" ,
82
81
sha256 = "3b91860aa4d71330e68cac11da586ac39adcead361ae95b3fa856fd3da5383ac" ,
83
82
build_file_content = "exports_files([\" chromedriver\" ])" ,
84
83
)
85
-
0 commit comments