Robert Hensing
Robert Hensing
Hi @mkg20001, Failed builds are remembered but can be explicitly restarted. Currently you have to use the Rebuild button in the Actions column. We are planning to add a button...
Hi @nomeata, - The agent will pull from any caches it inherits from the existing Nix configuration. `cache.nixos.org` is typically defined there, so you don't have to add it to...
Don't mind a short detour. Right now it will build such derivations on-demand at the last minute. It's currently a bit dumb in this regard, but will improve.
Since Nix 2.4 and/or aarch64-darwin, but possibly earlier, C++ exceptions relating to certain misconfigurations manifest as `-6` exit statuses (aborted).
Could you deploy the `troubleshooting` branch?
I've got a patch for a new flag accepted into GHC to fix C++ exception handling on darwin. This may improve matters, although I wasn't able to reproduce the exact...
The latest release improves the concurrency of IFD, which should alleviate this issue at least a little.
I've restructured the Getting Started Guide to use Nixpkgs only, as a starting point. Upgrading the agent separately is possible with the flake. Initial PR: https://github.com/hercules-ci/docs.hercules-ci.com/pull/118/files
I've been considering this. So far I've had to prioritize for "commercial" needs, but this is definitely something I want to try.
While not the same as prioritization, is it feasible for you to use `requiredSystemFeatures` to approximate the desired behavior? Perhaps you could remove `big-parallel` from the slow agent `system-features` and...