2023-08-16 22:26:55 +00:00
|
|
|
Disable "Bootstrap" test by default (it requires network).
|
|
|
|
|
|
|
|
Index: src/bootstrap/test.rs
|
|
|
|
--- src/bootstrap/test.rs.orig
|
|
|
|
+++ src/bootstrap/test.rs
|
2023-10-11 18:19:00 +00:00
|
|
|
@@ -2686,7 +2686,7 @@ pub struct Bootstrap;
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
impl Step for Bootstrap {
|
|
|
|
type Output = ();
|
|
|
|
- const DEFAULT: bool = true;
|
|
|
|
+ const DEFAULT: bool = false;
|
|
|
|
const ONLY_HOSTS: bool = true;
|
|
|
|
|
|
|
|
/// Tests the build system itself.
|