Pierre Bourdon delroth
  • Joined on 2024-04-05
delroth pushed to main at the-distro/infra 2024-06-23 04:43:05 +00:00
5ed984e7b3 Initial commit
delroth created repository the-distro/infra 2024-06-23 04:42:49 +00:00
delroth created pull request raito/shared-public-infra#2 2024-06-23 02:09:18 +00:00
Container hosting prereq
delroth created branch container-prep in delroth/raito-shared-public-infra 2024-06-23 02:08:07 +00:00
delroth pushed to container-prep at delroth/raito-shared-public-infra 2024-06-23 02:08:07 +00:00
f72961a863 network: add a wan bridge for VMs/containers
6fe7c98069 gitignore: also ignore Nix result/ and colmena .gcroots/
f7902ae1c7 Bump nixpkgs to unstable and only pin for kernelPackages.
Compare 3 commits »
delroth created repository delroth/raito-shared-public-infra 2024-06-23 02:07:42 +00:00
delroth pushed to main at lix-project/hydra 2024-06-11 04:16:08 +00:00
62bc5b54b2 Try again to ensure hydra module is usable
c98017b823 Factor out NixOS tests, and clean up
ebae7a31fe Remove PrometheusTiny from overlay
aff354e32f Don't send gitea status update when build is started
925dc7544a flake: fix gitea integration test
Compare 5 commits »
delroth commented on issue lix-project/lix#203 2024-06-10 15:26:39 +00:00
Hydra does not build with Lix

I pushed @leo60228's work to https://git.lix.systems/lix-project/hydra - let's iterate there.

delroth closed issue lix-project/lix#203 2024-06-10 15:26:39 +00:00
Hydra does not build with Lix
delroth created branch main in lix-project/hydra 2024-06-10 15:24:54 +00:00
delroth pushed to main at lix-project/hydra 2024-06-10 15:24:54 +00:00
a053ef8fdf lix api changes
803b8ee731 Revert "Update to Nix 2.19"
249620b49e use lix
b8d03adaf4 queue runner: attempt at slightly smarter scheduling criteria
ee1a7a7813 web: serveFile: also serve a CSP putting served HTML in its own origin
Compare 10 commits »
delroth commented on issue lix-project/lix#237 2024-06-10 10:12:16 +00:00
make ci fail if any hydra job does not eval

Contributing cause to https://gerrit.lix.systems/c/lix/+/1432 (along with #383)

delroth opened issue lix-project/lix#383 2024-06-09 13:42:32 +00:00
devShell is not being built/tested by CI
delroth commented on issue lix-project/lix#247 2024-06-09 00:19:02 +00:00
determine what versions of our dependencies we need

cl/1418 added a >= 8.2.6 version check for boehmgc. That's not really sufficient since really what Lix needs is "8.2.6 + coroutine patch", but there isn't a good way to version-check that at the…

delroth created branch main in delroth/hydra 2024-06-08 13:54:00 +00:00
delroth pushed to main at delroth/hydra 2024-06-08 13:54:00 +00:00
b3e0d9a8b7 Merge pull request #1387 from NixOS/pipe-buffer-size
5728011da1 queue-runner: try larger pipe buffer sizes
559376e907 Merge pull request #1377 from SuperSandro2000/fix-doi-1375
998df1657e Merge pull request #1382 from Mic92/patch-1
f99cdaf5fe README: update wiki link
Compare 10 commits »
delroth created repository delroth/hydra 2024-06-08 13:52:00 +00:00
delroth commented on issue lix-project/lix#359 2024-06-05 04:04:35 +00:00
Remove reliance on static initializers for registration

cl/1385 should take care of RegisterStoreImplementation

delroth commented on issue lix-project/lix#359 2024-06-05 03:35:35 +00:00
Remove reliance on static initializers for registration

Of the cases I've listed, I think GlobalConfig::Register will likely be the thorniest. It's being used across shared libraries, which means it's really not trivial to invert the dependency…

delroth commented on issue lix-project/lix#42 2024-05-29 14:18:22 +00:00
Split up primops.cc

Yeah, I'd tend towards doing it by hand too, and the approach you're describing is what I was thinking about too. FWIW I'm not suggesting you have to take care of #359 along the way, but if you…