puck puck
  • Joined on 2024-03-01
puck pushed to gerrit at lix-project/buildbot-nix 2024-03-18 00:08:05 +00:00
2eaee8f62b Fix marking jobs as successful if they never finish evaluating.
puck commented on issue lix-project/lix#124 2024-03-16 19:45:55 +00:00
[Nix#8837] Schrödinger's Attribute

I'm unsure this is actually a bug/feature we can easily resolve. At best we should improve the error message provided by this edge case; namely "cannot redefine foo" rather than "cannot redefine…

puck commented on issue lix-project/lix#139 2024-03-16 14:07:49 +00:00
[Nix#5118] Substituter query parallelism is far too low

...This feels like it shouldn't be solved by just runinng 1000 threads, but rather a complete redesign of the infrastructure that does this. We should easily be able to hit this many requests…

puck pushed to main at puck/testfudgethingy 2024-03-15 23:03:34 +00:00
30de2412c2 meow2
puck created branch main in puck/testfudgethingy 2024-03-15 23:02:55 +00:00
puck pushed to main at puck/testfudgethingy 2024-03-15 23:02:55 +00:00
6a24594030 meow
puck created repository puck/testfudgethingy 2024-03-15 23:02:05 +00:00
puck commented on issue lix-project/lix#29 2024-03-15 21:22:58 +00:00
Move the perl bindings out of tree

We are not, but having support for Hydra will be important in the scheme of making Lix a usable default for all Nix usecases.

puck commented on issue lix-project/lix#44 2024-03-15 17:30:35 +00:00
Contemplate rustc_apfloat for platform consistent floats

I'm a bit unsure how strongly this is needed; IEEE floats should be bit-identical for the base (divide, add, subtract, multiply) operations. It might be good to have either way, though.

(I also…

puck commented on issue lix-project/lix#41 2024-03-14 23:31:22 +00:00
meson build system
puck commented on issue lix-project/lix-installer#2 2024-03-14 19:48:22 +00:00
Create manifest URLs on some stable infrastructure

Of note: while Garage doesn't support anonymous access, it does support exposing buckets as websites. https://garagehq.deuxfleurs.fr/documentation/cookbook/exposing-websites/

puck commented on issue lix-project/lix#28 2024-03-13 20:14:37 +00:00
Fix builtins.getFlake to handle Git based flakes properly

I'm a bit unsure whether this is the behavior that should happen, or not; builtins.getFlake takes a standard flakeref as input. Could you try builtins.parseFlakeRef and see what it outputs?

puck created repository lix-project/lix-installer 2024-03-11 17:04:59 +00:00
puck commented on issue lix-project/buildbot-nix#3 2024-03-11 16:25:06 +00:00
approve status sent for a failed build?

This should be fixed by now; the Verified-On-{Architecture} labels have been replaced with singular Verified :neocat_floof:

puck closed issue lix-project/buildbot-nix#3 2024-03-11 16:25:06 +00:00
approve status sent for a failed build?
puck opened issue lix-project/buildbot-nix#6 2024-03-11 16:23:00 +00:00
Scheduler per architecture
puck pushed to gerrit at lix-project/buildbot-nix 2024-03-11 15:06:13 +00:00
e9b3b38bbf Skip scheduling cached builds; improve reporter message
puck commented on issue lix-project/buildbot-nix#4 2024-03-11 13:58:58 +00:00
ci dos'es itself when a build fails

This is no longer a strong concern with #5 merged in; CI no longer retries and no longer builds builds with failed dependencies.

puck closed issue lix-project/buildbot-nix#4 2024-03-11 13:58:58 +00:00
ci dos'es itself when a build fails