Enable Nix and refresh linux cache volumes
Some checks failed
Build Rust / Cargo Test (push) Failing after 9s
Build Site / Next.js Build (push) Failing after 8s
Build Apple / Build App (iOS Simulator) (push) Has been cancelled
Build Apple / Build App (macOS) (push) Has been cancelled

This commit is contained in:
Conrad Kramer 2026-03-19 04:18:38 -07:00
parent 0310ef17dc
commit c47f0e6bea
5 changed files with 19 additions and 13 deletions

View file

@ -33,12 +33,12 @@ namespace:
network: ""
linux_cache_path: "/var/cache/burrow"
linux_cache_volumes:
- tag: "burrow-forgejo-linux-nix"
- tag: "burrow-forgejo-linux-nix-v2"
mount_point: "/nix"
size_gb: 60
- tag: "burrow-forgejo-linux-cache"
size_gb: 80
- tag: "burrow-forgejo-linux-cache-v2"
mount_point: "/var/cache/burrow"
size_gb: 40
size_gb: 80
macos_cache_path: "/Users/runner/.cache/burrow"
macos_cache_volumes:
- tag: "burrow-forgejo-macos-shared-v1"