Binary cache #4

Open
opened 2021-07-18 19:49:21 +00:00 by sbruder · 5 comments
sbruder commented 2021-07-18 19:49:21 +00:00 (Migrated from gitlab.jalr.de)

Especially for the clients, we need a binary cache.

  • Where to store it?
    • raven
    • S3/Wasabi
    • cachix (10GiB limit)
  • if not on cachix: garbage collection?
    • script that regularily runs in CI/as a systemd timer and gets a list of all dependencies of the last n generations/commits (nix-store -qR $(nix-store -qd $PATH) for every path stored) and a list of all store paths currently stored on CI (depending on the backend used) and purges all stored paths that are not active
Especially for the clients, we need a binary cache. - [ ] Where to store it? - raven - S3/Wasabi - cachix (10GiB limit) - [ ] if not on cachix: garbage collection? - script that regularily runs in CI/as a systemd timer and gets a list of all dependencies of the last `n` generations/commits (`nix-store -qR $(nix-store -qd $PATH)` for every path stored) and a list of all store paths currently stored on CI (depending on the backend used) and purges all stored paths that are not active
sbruder commented 2021-07-18 19:49:21 +00:00 (Migrated from gitlab.jalr.de)

assigned to @sbruder

assigned to @sbruder
sbruder commented 2021-07-18 20:01:40 +00:00 (Migrated from gitlab.jalr.de)

marked this issue as related to #5

marked this issue as related to #5
sbruder commented 2021-07-24 07:30:32 +00:00 (Migrated from gitlab.jalr.de)

mentioned in issue #5

mentioned in issue #5
sbruder commented 2021-07-24 07:30:35 +00:00 (Migrated from gitlab.jalr.de)

removed the relation with #5

removed the relation with #5
sbruder commented 2021-08-09 21:45:16 +00:00 (Migrated from gitlab.jalr.de)

changed the description

changed the description
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: fablab-nea/nix-gscheits#4
No description provided.