We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9a4fb commit 235bc94Copy full SHA for 235bc94
common/manager/BUILD.bazel
@@ -24,12 +24,11 @@ alias(
24
}),
25
)
26
27
+# TODO: When Rust compiles nicely on Windows, use the same stamping
28
+# logic as the other rules
29
alias(
30
name = "selenium-manager-windows",
- actual = select({
- "//common:stamp": "windows/selenium-manager.exe",
31
- "//conditions:default": "//rust:selenium-manager-windows",
32
- }),
+ actual = "windows/selenium-manager.exe",
33
34
35
exports_files(
0 commit comments