| 7 Oct 2021 |
niksnut | In reply to @tomberek:matrix.org musl issue is related to: 4993174 Okay, we could revert that | 15:37:09 |
baloo | niksnut: thank you so much! | 15:54:59 |
niksnut | I've created a 2.4-maintenance branch and a hydra jobset | 15:57:10 |
niksnut | I'll do a rc1 release for testing | 15:57:19 |
baloo | @niksnut I've pushed the nix bump on https://github.com/NixOS/nixpkgs/pull/137197 Is that alright? or do you want to split in another PR? | 16:08:15 |
baloo | it adds a nixos integration tests, that checks the nss preload works as expected | 16:08:55 |
niksnut | maybe it's better to add the test to nix rather than nixos | 16:09:43 |
baloo | is there any qemu based test infrasture in nix? | 16:10:31 |
baloo | * is there any qemu based test infrastructure in nix? | 16:10:47 |
baloo | because I really have no idea how to test this expect the way I implemented it with 2 vms | 16:11:18 |
baloo | (or two namespaces would work too) | 16:11:43 |
niksnut | yes, we have several NixOS VM tests in the nix repo | 16:12:00 |
niksnut | like tests.githubFlakes | 16:12:20 |
niksnut | the question is really whether this test serves more as a regression test for nix or for nixos | 16:12:46 |
niksnut | if this is something that can break in nix, the test should be in the nix repo ideally | 16:13:06 |
baloo | this is definitely better suited in nix itself | 16:13:24 |
niksnut | example: https://github.com/NixOS/nix/blob/master/tests/remote-builds.nix | 16:13:47 |
baloo | ha, I was still on the 2.3 branch >< | 16:15:09 |
baloo | https://github.com/NixOS/nixpkgs/pull/140868 for the nix2.3 bump | 16:20:42 |
baloo | and https://github.com/NixOS/nix/pull/5351 Thanks for pointing out the integration tests in nix. | 17:56:04 |
niksnut | Hm, aarch static build still fails: https://hydra.nixos.org/eval/1711612#tabs-still-fail | 18:34:16 |
niksnut | I uploaded nix-2.4pre-rc1: https://releases.nixos.org/?prefix=nix/nix-2.4pre-rc1 | 19:39:28 |
tomberek | I'm trying to track down the static build problem. | 19:44:17 |
tomberek | trofi: can you look at #5350, i'm trying to figure out what went wrong | 21:14:41 |
trofi | tomberek: sure! nix-shell -A pkgsStatic.nixUnstable; shell> genericBuild reproduces failure locally as well. | 21:19:27 |
tomberek | I’ll try a re-revert. | 21:36:12 |
| 8 Oct 2021 |
trofi | https://github.com/NixOS/nix/pull/5354 fixes static linking for me. I think it's problem in recently added libstore-tests test. | 06:18:46 |
| davidbmjr joined the room. | 16:26:47 |
| 9 Oct 2021 |
Las | niksnut: What's the attitude towards adding Rust dependencies to Nix? | 11:39:40 |
ldesgoui | I was interested in this a while ago, it looked like there was interest in using Rust in Nix, but the lack of a concrete plan meant the first attempt didn't really go anywhere and got in the way of other developments | 11:48:19 |