NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.1k stars 291 forks source link

Allow building content-addressed derivations with hydra, minimally #1349

Closed Ericson2314 closed 5 months ago

Ericson2314 commented 5 months ago

This verison has a worse UI, but also chnages the schema less: One non-null constraint is removed, but no new columns are added.

Mindavi commented 5 months ago

What exactly is meant by worse UI?

Ericson2314 commented 5 months ago

@Mindavi The other one used the new contentAddressed column to show more info. This one, you cannot tell the difference after an output is built and the path column is filled in.

Ericson2314 commented 5 months ago

This PR is now basically just the Schema change. I added a migration and tested it with https://hydra.ngi0.nixos.org/ and the migration worked just fine. I think we are all set!