| ... | ... | @@ -111,12 +111,7 @@ pub const TestResults = struct { |
| 111 | 111 | pub const MakeOptions = struct { |
| 112 | 112 | progress_node: std.Progress.Node, |
| 113 | 113 | watch: bool, |
| 114 | | web_server: switch (builtin.target.cpu.arch) { |
| 115 | | else => ?*Build.WebServer, |
| 116 | | // WASM code references `Build.abi` which happens to incidentally reference this type, but |
| 117 | | // it currently breaks because `std.net.Address` doesn't work there. Work around for now. |
| 118 | | .wasm32 => void, |
| 119 | | }, |
| 114 | web_server: ?*Build.WebServer, |
| 120 | 115 | /// If set, this is a timeout to enforce on all individual unit tests, in nanoseconds. |
| 121 | 116 | unit_test_timeout_ns: ?u64, |
| 122 | 117 | /// Not to be confused with `Build.allocator`, which is an alias of `Build.graph.arena`. |