| 17 Jan 2024 |
| garionion changed their profile picture. | 09:36:17 |
| 23 Jan 2024 |
| @adam:robins.wtf joined the room. | 00:43:27 |
| 28 Jan 2024 |
K900 ⚡️ | Hey folks | 15:18:40 |
K900 ⚡️ | https://github.com/NixOS/nixpkgs/blob/1e5988ee34cb0c0c5d0db9594f51841455730f54/pkgs/build-support/go/module.nix#L276-L278 | 15:18:41 |
K900 ⚡️ | Is there a reason this is serialized? | 15:18:47 |
K900 ⚡️ | Except "no one bothered to make it fast" | 15:18:52 |
@qbit:tapenet.org | My guess would be that you can’t assume the tests can be parallelized- there is a specific test call to allow for it. | 15:36:08 |
@qbit:tapenet.org | Tests are concurrent by default thi | 15:36:20 |
@qbit:tapenet.org | Tho | 15:36:22 |
K900 ⚡️ | But it's doing one package at a time | 15:36:42 |
K900 ⚡️ | Like | 15:36:49 |
K900 ⚡️ | It's doing compile-link-run-compile-link-run etc | 15:36:59 |