Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rust] Include optimization parameters for Selenium Manager releases (#…
- Loading branch information
5c375dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bonigarcia - After this change, when I try to build the grid from
trunk
usingbazel build grid
I see the below errorThis got fixed only after I re-ran the build using
bazel build grid --action_env=CARGO_BAZEL_REPIN=true
But this is causing changes to the below cargo files
Not sure if these two files are to be updated and checked in.
My knowledge on rust is zero. So I thought I would call this out
5c375dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the complete diff
5c375dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the dependencies needed to be repined (
REPIN=1 bazel build rust/...
). It's fixed now, thanks for reporting.