Nix Hackers | 933 Members | |
| For people hacking on the Nix package manager itself | 196 Servers |
| Sender | Message | Time |
|---|---|---|
| 18 Sep 2025 | ||
| Yay, finally ASAN https://github.com/NixOS/nix/pull/14016 | 22:41:45 | |
| 19 Sep 2025 | ||
| 02:54:03 | ||
| 02:58:41 | ||
| once https://github.com/NixOS/experimental-nix-installer/pull/48 is merged, we’re either going to need a new release in the experimental installer repo, or actually upload regular artifacts from the ci builds | 07:05:14 | |
| i think the latter would be good to add in any case…but looking at the current workflows, it’s kinda a mess IMO i was wondering if everyone would be ok with a major refactoring of it all? mainly just making things a proper matrix job instead of having a ton of copy-pasted individual steps and workflows? | 07:06:06 | |
| because honestly it would be easier for me than changing the same step like a dozen times lmao | 07:07:22 | |
| but it’d also probably be better for any eventual merging into the main nix repo, or any other ci changes in the future | 07:07:48 | |
| * once https://github.com/NixOS/experimental-nix-installer/pull/48 is merged, we’re either going to need a new release in the experimental installer repo, or actually upload regular artifacts from the ci builds to use it in nix’s installer tests | 07:08:24 | |
In reply to @getchoo:matrix.orgI would love to do this! Since I’m done with ASAN changes I’d love to work making the CI suck less. Would you like to pair up on this? | 07:20:11 | |
| CI is a total mess and needs a major rework anyway. The matrix is too small, aarch64 Linux is not built and so on. | 07:24:22 | |
In reply to @getchoo:matrix.orgGo for it in any case. The tests jobs could use some love.Also it would be great to run NixOS tests with sanitizers on GHA and hydra. It’s almost wired up and just needs a proper matrix set up | 07:37:05 | |
| Any suggestions on that? Want to continue with the rebase this weekend, but had no time to think on how to resolve that. One odd-hand idea I didn't test is that this is being specified in the devshell: https://github.com/NixOS/experimental-nix-installer/blob/main/Cargo.toml#L74 https://github.com/NixOS/experimental-nix-installer/blob/main/flake.nix#L168 so maybe that envvar could be reused in the test? Didn't test that yet and not quite sure what the expectation of this tests is given that this profile does not exist on any of my NixOS machines — are my machines set up incorrectly or is the upstream installer making some weird assumption? Or maybe the test should create a temporary directory with a profile and pass that? Sorry if the answer is obvious, didn't really come across that particular issue before. | 11:58:24 | |
| fzakaria: https://github.com/NixOS/nix/pull/14023/files OK here is WIP thing | 16:14:15 | |
| Sergei Zimmerman (xokdvium): ^ this has one of the worst C++ errors I've every seen! | 16:14:29 | |