Skip to content

Commit 77c18f3

Browse files
adetaylorAravind Vasudevan
authored andcommitted
[rust] Fetch Rust toolchain by default on Linux.
Our very first step towards enabling Rust code in Chromium canary is to start to distribute the Rust toolchain. Initially, we'll do that only on Linux. Bug: 1292038 Change-Id: Id9a514fd0585c21a0fc0c0259b04ae9844d14f40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4287201 Reviewed-by: Ben Pastene <[email protected]> Reviewed-by: danakj <[email protected]> Commit-Queue: Adrian Taylor <[email protected]> Cr-Commit-Position: refs/heads/main@{#1111454} NOKEYCHECK=True GitOrigin-RevId: 8a824c2359470b649333336a96ee1ff5f74a551b
1 parent bde6f2e commit 77c18f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ of the entry):
5757
'version': 'version:2@2022-01-01',
5858
},
5959
],
60-
'dep_type': 'cipd',
61-
'condition': 'checkout_rust_toolchain_deps or use_rust',
60+
# ...
6261
},
6362
```
6463

@@ -262,7 +261,7 @@ solutions = [
262261
...
263262
"custom_vars": {
264263
"checkout_bazel": True,
265-
"use_rust": True,
264+
"checkout_crubit": True,
266265
},
267266
},
268267
]

0 commit comments

Comments
 (0)