| 7 Mar 2025 |
| Adam Neverwas joined the room. | 20:43:48 |
| Jeremy Fleischman (jfly) joined the room. | 21:37:09 |
Jeremy Fleischman (jfly) | Hi, all! I'm working on a a project where it would be useful to do some testing on macOS. adisbladis suggested I give myself access to the community builders: https://github.com/nix-community/infra/pull/1721 | 21:38:34 |
linj | In reply to @jfly:matrix.org Hi, all! I'm working on a a project where it would be useful to do some testing on macOS. adisbladis suggested I give myself access to the community builders: https://github.com/nix-community/infra/pull/1721 Your PR add you to nixos builders, not darwin builders. | 22:23:38 |
linj | In reply to @jfly:matrix.org Hi, all! I'm working on a a project where it would be useful to do some testing on macOS. adisbladis suggested I give myself access to the community builders: https://github.com/nix-community/infra/pull/1721 * | 22:23:54 |
| 8 Mar 2025 |
Jeremy Fleischman (jfly) | Ooops. Take 2: https://github.com/nix-community/infra/pull/1722 (adisbladis) | 04:19:37 |
| nf changed their profile picture. | 10:43:26 |
| Qyriad changed their display name from qyriad to Qyriad. | 21:41:03 |
| 9 Mar 2025 |
Heitor Augusto | Hey everyone, hope you're doing well! I just submitted a PR to get access to the community builders, and I'd really appreciate it if someone could take a quick look when you get a chance. | 21:19:05 |
| 10 Mar 2025 |
| sinan changed their profile picture. | 02:45:54 |
| Luke Wriglesworth joined the room. | 05:14:51 |
Jonas Chevalier | I wonder how many people are using the community builders concurrently. Does anybody have a solution to track SSH connections on a server? | 16:00:23 |
magic_rb | In reply to @zimbatm:numtide.com I wonder how many people are using the community builders concurrently. Does anybody have a solution to track SSH connections on a server? I have a thing which posts to matrix on ssh login/logout, could be easily adapted to spit out prometheus metrics or something | 16:04:24 |
emily | you can use w | 16:12:11 |
emily | and ps aux | grep nix-store can help find running builds | 16:12:24 |
emily | I assume you could also use SSH audit logs | 16:12:42 |
magic_rb | My thing relies on PAM | 16:18:06 |
Gaétan Lepage | I find myself using them quite regularly, but I rarely see a lot of other users. | 19:38:32 |
emily | I use them frequently. | 19:40:50 |
emily | stdenv work would be much more painful without. | 19:41:06 |
Gaétan Lepage | From my experience, the darwin builder is the most limiting resource.
Although, I am very greatful for having access to them. Thanks to zowoq for managing the infra!
Jonas Chevalier, how is the "expenses" section of open-collective updated? Is it automated, or someone manually logs expenses forme time to time? | 19:46:12 |
Austin Horstman | That reminds me I keep forgetting to set up my old macbook to just be a builder for me... lol | 19:47:25 |
emily | I find the Darwin builder to be just fine perf-wise when it's not being overloaded. | 19:48:04 |
Austin Horstman | Yeah, its just nice being able to run more builds simultaneously. Been setting up all my random computers as remote builders | 19:48:51 |
Gaétan Lepage | Yes, my point is that it gets very easily overloaded.
Both darwin platforms rely on "only" 10 cores.
Often, python test suites will disregard whatever --cores value is used, and fill all the CPU cores.
This makes it very easy to completely freeze the system. | 19:50:04 |
emily | more cores wouldn't improve that though, since such a package will overload any system it's built on | 20:15:12 |
Gaétan Lepage | Yes, you are right. Besides this python test issue, more core would still help speeding up builds nonetheless. | 20:20:12 |
Gaétan Lepage | * Yes, you are right. Besides this (very annoying) python test issue, more core would still help speeding up builds nonetheless. | 20:20:35 |
Grimmauld (moving to @grimmauld:grapevine.grimmauld.de) | The builders are an amazing resource. It is much more enjoyable working with large builds or many rebuilds having some sort of offload system. I just recently got access, but its been great for working on Firefox (large build) or SDL (where often only transient dependents explode to changes in the includes/pkgconfig). Making testing faster and less painful is almost always a good thing. And so far I didn't have any issues with other people building at the same time at all. But I also don't build on Darwin. | 21:10:22 |
| Gaël joined the room. | 22:08:20 |