From 4bed47ae43ab67b4f62e7fe37a89d45529fd1c95 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 16 Jun 2024 20:44:31 -0600 Subject: [PATCH] Try to install attic for gitea builder --- .gitea/workflows/check-flake.yaml | 2 ++ common/server/gitea-actions-runner.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index 80b8cc7..51058e9 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -15,6 +15,8 @@ jobs: with: fetch-depth: 0 + - run: attic -V + - name: Setup Attic Cache uses: https://github.com/ryanccn/attic-action@v0 with: diff --git a/common/server/gitea-actions-runner.nix b/common/server/gitea-actions-runner.nix index 0dd1595..7ce7432 100644 --- a/common/server/gitea-actions-runner.nix +++ b/common/server/gitea-actions-runner.nix @@ -116,6 +116,7 @@ in git # Gitea Actions rely heavily on node. Include it because it would be installed anyway. nodejs + attic ]; # To allow building on the host, must override the the service's config so it doesn't use a dynamic user