Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/third_party/bazel/hermetic_llvm_windows_exec_toolchains.patch
10192 views
1
--- a/extensions/toolchain.bzl
2
+++ b/extensions/toolchain.bzl
3
@@ -65,6 +65,6 @@ _platform_tag = tag_class(
4
"os": attr.string(
5
mandatory = True,
6
- values = ["linux", "macos"],
7
+ values = ["linux", "macos", "windows"],
8
),
9
"arch": attr.string(
10
mandatory = True,
11
12