Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up CI #72

Open
3 tasks
deemp opened this issue Aug 24, 2024 · 0 comments · May be fixed by #74
Open
3 tasks

Speed up CI #72

deemp opened this issue Aug 24, 2024 · 0 comments · May be fixed by #74
Assignees

Comments

@deemp
Copy link
Collaborator

deemp commented Aug 24, 2024

Details

Currently, we get the new hash for a cache every time the action runs because we always update the flake.lock in the template directory.

https://github.com/nix-community/nix-vscode-extensions/actions/runs/10518229237/job/29143682905#step:4:22

Subtasks

  • Don't use template/flake.lock in the main job
  • Have saveFlakes not save the cache for the template directory.
  • Have a separate function for saving the flake in the template directory.
@deemp deemp self-assigned this Aug 25, 2024
@deemp deemp linked a pull request Aug 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant