Skip to content

Commit

Permalink
ci: remove Magic Nix Cache
Browse files Browse the repository at this point in the history
Due to the large number of derivations we are building, this almost
always gets disabled due to rate limits before it's able to fetch
anything which isn't already on cache.nixos.org. Rate limiting also
spams the log with warnings which are unrelated to the build.
  • Loading branch information
danth committed Jan 4, 2025
1 parent 7dfcdb4 commit d3b0738
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:

steps:
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8

- id: get-derivations
run: |
Expand Down Expand Up @@ -66,7 +65,6 @@ jobs:

steps:
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8

- run: |
nix build --no-update-lock-file --print-build-logs \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix build .#docs

- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit d3b0738

Please sign in to comment.