| 8 Jan 2025 |
Gaétan Lepage | I have been able to cache it for now by manually ssh-ing on the box and building it with --cores 16 but it sometimes gets rebuilt by nixpkgs-review. | 06:59:31 |
Gaétan Lepage | Or are you talking about darwin ? | 07:01:56 |
hexa | aarch64-linux | 13:46:11 |
hexa | needed to get a firefox out and twice my build job was killed for no good reason | 13:46:39 |
Gaétan Lepage | Ok, I think it's numpyro then | 13:47:52 |
Gaétan Lepage | I open a PR to prevent it from bothering us again: https://github.com/NixOS/nixpkgs/pull/372111 | 13:48:11 |
emily | that looks like it will use 8 cores even if --cores 1? | 13:53:24 |
Gaétan Lepage | I was wondering if we could do something like min(1, NIX_BUILD_CORES) but I fear it's not possible.
Do you have a better solution emily ? | 13:57:29 |
Gaétan Lepage | * I was wondering if we could do something like max(8, NIX_BUILD_CORES) but I fear it's not possible.
Do you have a better solution emily ? | 13:57:42 |
emily | if (( NIX_BUILD_CORES > 8 )); then NIX_BUILD_CORES=8; fi? | 13:58:17 |
Gaétan Lepage | Indeed it works fine ! | 14:03:45 |
Gaétan Lepage | Thanks emily :) | 14:03:50 |
hexa | $((NIX_BUILD_CORES > 8 ? 8 : NIX_BUILD_CORES)) | 16:22:03 |
hexa | 😛 | 16:22:10 |
Gaétan Lepage | Applied ;) | 16:23:20 |
hexa | you could also just set --maxprocesses=8 | 16:24:05 |
Gaétan Lepage | 🙃 | 16:24:22 |
nim65s | this flag is for which command ? I can't find anything on https://github.com/search?q=repo%3ANixOS%2Fnix+maxprocesses | 16:30:40 |
nim65s | ah, pytets | 16:31:22 |
nim65s | * ah, pytest | 16:31:28 |
| nim65s changed their display name from Guilhem to nim65s. | 16:31:59 |
| 9 Jan 2025 |
| tomf joined the room. | 11:00:08 |
| zimward joined the room. | 13:15:29 |
Gaétan Lepage | Redacted or Malformed Event | 16:11:28 |
| 10 Jan 2025 |
| NobbZ joined the room. | 09:42:30 |
liberodark | Hi,
AMD Ryzen Builder maybe up today if you want.
Everything is available and I have other NixOS servers to deploy today.
So I'll let you confirm the need or not.
Don't worry I won't take it badly if you don't need it.
Best Regards | 10:08:17 |
liberodark | * Hi,
AMD Ryzen Builder maybe up today if you want.
Everything is available and I have other NixOS servers to deploy today.
So I'll let you confirm the need or not.
PS : Don't worry I won't take it badly if you don't need it.
Best Regards | 10:08:46 |
NobbZ | After a PR requesting access to the builder has been merged, how long does it usually take until the authorized keys propagate? | 13:29:00 |
NobbZ | Okay, I'm just stupid... I PR'd with a cased name and used lowercase only when trying to connect... | 18:54:50 |
| 11 Jan 2025 |
zowoq | liberodark: I still have a couple of questions. | 00:10:07 |