Skip to content

Commit

Permalink
Move scripts/flake-regressions.sh into the flake-regressions repo
Browse files Browse the repository at this point in the history
It already contained a script "eval-all.sh" that did almost the same thing.
  • Loading branch information
edolstra committed Nov 6, 2024
1 parent 4a785a0 commit 9adc332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,12 @@ jobs:
with:
repository: NixOS/flake-regressions
path: flake-regressions
ref: improve-eval-all
- name: Checkout flake-regressions-data
uses: actions/checkout@v4
with:
repository: NixOS/flake-regressions-data
path: flake-regressions/tests
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH scripts/flake-regressions.sh
- run: nix build --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH MAX_FLAKES=25 flake-regressions/eval-all.sh
27 changes: 0 additions & 27 deletions scripts/flake-regressions.sh

This file was deleted.

0 comments on commit 9adc332

Please sign in to comment.