Re-enable --attic-cache
in nix-fast-build
This commit is contained in:
parent
197463cc08
commit
c6f951a347
2 changed files with 2 additions and 6 deletions
|
@ -16,8 +16,6 @@ jobs:
|
|||
chmod 600 ~/.ssh/id_ed25519
|
||||
ssh-keyscan github.com >> ~/.ssh/known_hosts
|
||||
- name: Build with nix (x86_64-linux)
|
||||
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" --skip-cached --result-file result.json || true
|
||||
- name: Push to cache
|
||||
run: nix run .#push-to-cache -- nixfleet
|
||||
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" --attic-cache "nixfleet" --skip-cached --result-file result.json || true
|
||||
- name: Report checks
|
||||
run: report-checks
|
||||
|
|
|
@ -61,9 +61,7 @@
|
|||
build = _: nc: nc.config.system.build.toplevel;
|
||||
in
|
||||
{
|
||||
x86_64-linux = (lib.mapAttrs build { inherit (self.nixosConfigurations) picard pike kirk; }) // {
|
||||
inherit (self.checks.x86_64-linux) push-to-cache;
|
||||
};
|
||||
x86_64-linux = (lib.mapAttrs build { inherit (self.nixosConfigurations) picard pike kirk; });
|
||||
aarch64-linux = lib.mapAttrs build {
|
||||
inherit (self.nixosConfigurations) sisko; # pbp;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue