initialize ignore-git to false
This commit is contained in:
parent
5e472c20aa
commit
bdb7901ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ impl Config {
|
|||
config.rust_codegen_units = 1;
|
||||
config.channel = "dev".to_string();
|
||||
config.codegen_tests = true;
|
||||
config.ignore_git = true;
|
||||
config.ignore_git = false;
|
||||
config.rust_dist_src = true;
|
||||
|
||||
config.on_fail = flags.on_fail;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue