hydra evaluations are slow #36
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
#23 (comment)
(Issue pertains to artiq-full)
It's a consequence of our changes to avoid repeated Vivado runs. (#1)
For Nix to know what inputs to build, it now has to generate Cargo and Vivado input for each jobset at evaluation time.
Unless we want to do undo all these changes, I propose running artiq code-generation in a separate jobset. Name?
board-generated-beta
/board-generated
Looking good now, thanks.