Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
754 B
Diff
14 lines
754 B
Diff
diff --git a/src/config.rs b/src/config.rs
|
|
index f7cd4f32ec..ec454127be 100644
|
|
--- a/src/config.rs
|
|
+++ b/src/config.rs
|
|
@@ -120,7 +120,7 @@ impl ManagerConfig {
|
|
avoid_browser_download: BooleanKey("avoid-browser-download", false).get_value(),
|
|
language_binding: StringKey(vec!["language-binding"], "").get_value(),
|
|
selenium_version: StringKey(vec!["selenium-version"], "").get_value(),
|
|
- avoid_stats: BooleanKey("avoid-stats", false).get_value(),
|
|
+ avoid_stats: BooleanKey("avoid-stats", true).get_value(),
|
|
skip_driver_in_path: BooleanKey("skip-driver-in-path", false).get_value(),
|
|
skip_browser_in_path: BooleanKey("skip-browser-in-path", false).get_value(),
|
|
}
|