Skip to content

Commit

Permalink
Remove nix store caching - no suitable approach found with the permis…
Browse files Browse the repository at this point in the history
…sions abilities and the target matrix that we'll need. Github's own actions/cache runs into permissions issues and fails to rebuild the nix store. Determinate Systems' magic nix cache relies on a download that doesn't exist for ARM macos. Long term we should investigate using a public cache (e.g. cachix or host our own) that not only speeds up CI, but also speeds up the process of installing tket for users
  • Loading branch information
jake-arkinstall committed Oct 23, 2023
1 parent b5edfd7 commit fb4adcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-with-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build and test tket
run: nix flake check -L

0 comments on commit fb4adcc

Please sign in to comment.