-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
[rust] Fix Windows arm64 logic for Selenium Manager and prepare CI for running the test suite #16046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
[rust] Fix Windows arm64 logic for Selenium Manager and prepare CI for running the test suite #16046
Changes from 13 commits
fd1c063
029e59e
3ddf340
560650b
825f5db
212f8af
c5e8084
f7e53c3
2dd11e7
00e0646
d55474f
d64c64d
3da14db
b02ef7b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -375,6 +375,14 @@ crate.from_cargo( | |
| cargo_lockfile = "//rust:Cargo.lock", | ||
| lockfile = "//rust:Cargo.Bazel.lock", | ||
| manifests = ["//rust:Cargo.toml"], | ||
| supported_platform_triples = [ | ||
| "aarch64-apple-darwin", | ||
| "aarch64-pc-windows-msvc", | ||
| "aarch64-unknown-linux-gnu", | ||
| "x86_64-apple-darwin", | ||
| "x86_64-pc-windows-msvc", | ||
| "x86_64-unknown-linux-gnu", | ||
| ], | ||
|
Comment on lines
+378
to
+385
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The default value here is |
||
| ) | ||
| use_repo(crate, "crates") | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.