File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 311
311
# Indicate whether the vendored sources are used for Rust dependencies or not.
312
312
#
313
313
# Vendoring requires additional setup. We recommend using the pre-generated source tarballs if you
314
- # want to use vendoring. See
315
- # https://forge.rust-lang.org/infra/other-installation-methods.html#source-code.
316
- # vendor = false
314
+ # want to use vendoring. See https://forge.rust-lang.org/infra/other-installation-methods.html#source-code.
315
+ # vendor = if "is a tarball source" && "vendor" dir exists && ".cargo/config.toml" file exists { true } else { false }
317
316
318
317
# Typically the build system will build the Rust compiler twice. The second
319
318
# compiler, however, will simply use its own libraries to link against. If you
You can’t perform that action at this time.
0 commit comments