[PR #587] [CLOSED] Cache nix and go deps #1502

Closed
opened 2025-12-29 02:30:18 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/587
Author: @kradalby
Created: 5/18/2022
Status: Closed

Base: mainHead: nix-cii


📝 Commits (10+)

  • 9ead2bf Cache the Nix env, speed up builds
  • b8967ea Run golangci and prettier through nix
  • 03cc198 Add back golangci, but comment out
  • 06783a5 Upgrade tailscale
  • bcb30d1 Update checksum
  • a630546 Try more specific go cache
  • 242ceff More attempts
  • 3e38824 change integration test to trigger go build
  • 51f15a1 Reorder build to try to make cache work
  • c850419 Only cache nix store

📊 Changes

6 files changed (+66 additions, -21 deletions)

View changed files

📝 .github/workflows/build.yml (+20 -1)
📝 .github/workflows/lint.yml (+9 -16)
📝 .github/workflows/test-integration.yml (+10 -0)
📝 flake.nix (+18 -1)
📝 go.mod (+3 -3)
📝 go.sum (+6 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/587 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 5/18/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `nix-cii` --- ### 📝 Commits (10+) - [`9ead2bf`](https://github.com/juanfont/headscale/commit/9ead2bf5fa66f0d1b358e59efcccd24f29d8f28f) Cache the Nix env, speed up builds - [`b8967ea`](https://github.com/juanfont/headscale/commit/b8967ea2788f15d8053bbc11ee5d4671dc3d2810) Run golangci and prettier through nix - [`03cc198`](https://github.com/juanfont/headscale/commit/03cc1980f44fd28e5e1317d6081deb0db9ea3aaa) Add back golangci, but comment out - [`06783a5`](https://github.com/juanfont/headscale/commit/06783a59cb65fe02b488e55f63fd687a4e5655de) Upgrade tailscale - [`bcb30d1`](https://github.com/juanfont/headscale/commit/bcb30d15774fbc2e7e955af1f68977bf2fd337af) Update checksum - [`a630546`](https://github.com/juanfont/headscale/commit/a630546bb8d2f86d77bda5c60f95488f3549f2b2) Try more specific go cache - [`242ceff`](https://github.com/juanfont/headscale/commit/242ceff9c31aaeb783bcdcc66d0e6de5b1ebeff5) More attempts - [`3e38824`](https://github.com/juanfont/headscale/commit/3e38824f21a442d39c436e68d874d8ffd2889890) change integration test to trigger go build - [`51f15a1`](https://github.com/juanfont/headscale/commit/51f15a1317880399260ff1a85ab780a7c7c05479) Reorder build to try to make cache work - [`c850419`](https://github.com/juanfont/headscale/commit/c850419c580ca32f58688d30253a07b4690cdb17) Only cache nix store ### 📊 Changes **6 files changed** (+66 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+20 -1) 📝 `.github/workflows/lint.yml` (+9 -16) 📝 `.github/workflows/test-integration.yml` (+10 -0) 📝 `flake.nix` (+18 -1) 📝 `go.mod` (+3 -3) 📝 `go.sum` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:30:18 +01:00
adam closed this issue 2025-12-29 02:30:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1502