Skip to content

Commit

Permalink
[build] Windows users should not have to stamp every single bazel exe…
Browse files Browse the repository at this point in the history
…cution
  • Loading branch information
titusfortner committed Dec 14, 2023
1 parent 309eb41 commit 4606e6b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions common/manager/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ alias(
}),
)

# Rust does not compile properly on windows so just use what is in repo for now
alias(
name = "selenium-manager-windows",
actual = select({
"//common:stamp": "windows/selenium-manager.exe",
"//conditions:default": "//rust:selenium-manager-windows",
}),
actual = "windows/selenium-manager.exe",
)

exports_files(
Expand Down

0 comments on commit 4606e6b

Please sign in to comment.