-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Remove nix actions cache and prepopulate job
The nix actions cache currently leads to repeated "no space left on devices" errors for jobs in CI. The prepopulate job is useless without the nix actions cache, so it will go away at the same time.
- Loading branch information
1 parent
5424be7
commit 8a3b0c6
Showing
3 changed files
with
0 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,22 +7,13 @@ inputs: | |
description: Token to pass to cachix | ||
tools: | ||
description: Tools to install with nix-env -iA <tools> | ||
cache-id: | ||
description: Cache id to use for cache-nix-action | ||
default: "default" | ||
|
||
runs: | ||
using: composite | ||
steps: | ||
- uses: nixbuild/nix-quick-install-action@v26 | ||
with: | ||
nix_version: '2.13.6' | ||
- name: Restore and cache Nix store | ||
uses: nix-community/[email protected] | ||
with: | ||
key: cache-nix-${{ runner.os }}-${{ inputs.cache }}-${{ hashFiles('**/*.nix', 'nix/**/*.patch') }} | ||
restore-keys: | | ||
cache-nix-${{ runner.os }}-${{ inputs.cache }}- | ||
- uses: cachix/cachix-action@v14 | ||
with: | ||
name: postgrest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters