Commit 66f9b35
fix(v8): set RUSTC_BOOTSTRAP=1 when using Cargo nightly features
We need to enable `-Z bindeps` to read the Chromium crates tree, but
this is not available on Cargo release builds by default. Setting
RUSTC_BOOTSTRAP overrides this behaviour.
This is technically an unstable feature, but Chromium's tooling also
uses it for the same purpose, and it's extremely unlikely to be
withdrawn.
Co-authored-by: Michaël Zasso <targos@protonmail.com>1 parent 984125a commit 66f9b35
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
0 commit comments