Failure to build: error: virtual function 'createDirectory' has a different return type ('void') than the function it overrides #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to build the current main branch (commit
90dd2ed436
, derivation path/nix/store/5559198d01rb4q17rikzrygrvj97daiq-hydra-0.1.20250216.90dd2ed.drv
), with lix from its main branch (commit bba678e5c51e02fda134369ee08bf52489138fe3, derivation path/nix/store/pmy52g5g8c28bbgg5i7qk2xrqj5kih2c-lix-2.93.0-devpre20250308_bba678e.drv
, out path/nix/store/ki3jgsijgrxq1ajpjr18pn6pxwznw214-lix-2.93.0-devpre20250308_bba678e
). The build is failing with the attached log.Generally, Hydra won't build with latest Lix, but with whatever is in the flake.lock (and only that). There's a lot of necessary work being done in the Lix core and this affects the C++ API we're using.
I do my best to keep it somewhat up to date, but when there are larger batches, it might take a little longer (this time because of a lot of asyncification and a replace NAR parse API which we need here). #25 should be good to try out now, though.
I'm going to close this. I'm doing my best to keep up, but for now it's unfortunately not realistic to just build Hydra main with Lix main.
But if you have further questions, don't hesitate to ask! :)