You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,25 +66,18 @@ use_repo(crate, "crates")
66
66
67
67
### `.bazelrc`
68
68
69
-
Set an explicit host platform for operating systems with ABI choices. Linux and Windows host platforms need an ABI constraint so Rust toolchain resolution can choose the matching exec toolchain.
69
+
Linux hosts work with Bazel's default host platform. If you also build on Windows,
70
+
set an explicit host platform there so Rust toolchain resolution can choose the
0 commit comments