Skip to content

Commit

Permalink
CI: Drop usage of nix-build-uncached
Browse files Browse the repository at this point in the history
We're not caching anything at the moment anymore... so it became
redundant.

It also is explicitly made to only work with Nix.
It does not work with Lix.

Additionally, this has been deprecated and replaced by another tool,
which does not even support passing attributes.
  • Loading branch information
samueldr committed Jan 23, 2025
1 parent b055179 commit dc6c98d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,4 @@ jobs:
- name: Install Lix
uses: samueldr/lix-gha-installer-action@v1

- name: Install nix-build-uncached
# Save evaluation time by pulling directly from cache.nixos.org
# nixpkgs rev 12303c652b881435065a98729eb7278313041e49
run: nix-env -i /nix/store/npzpwxjbxlgbi0kfji2x44nssksxk4zw-nix-build-uncached-1.1.2

- run: nix-build-uncached .ci/get-flake.nix -A "${{ matrix.attr }}"
- run: nix-build .ci/get-flake.nix -A "${{ matrix.attr }}"

0 comments on commit dc6c98d

Please sign in to comment.