Skip to content

Commit

Permalink
Fix Github instantiate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfullmer committed Oct 6, 2022
1 parent d06acf7 commit 2bcd6a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/instantiate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
extra_nix_config: |
experimental-features = nix-command flakes
- run: |
nix run github:nix-community/nix-eval-jobs -- --workers $(nproc) --max-memory-size $(free -m | grep ^Mem | tr -s ' ' | cut -d ' ' -f 3 ) --option allow-import-from-derivation false --show-trace ./release-filtered.nix | tee eval.json
nix run github:nix-community/nix-eval-jobs/3f305f4538e056e6f6f775e1f75410b6d4d8d9aa -- --workers $(nproc) --option allow-import-from-derivation false --show-trace ./release.nix | tee eval.json
jq -c 'select(.error)' eval.json | tee errors.json
if [[ "$(wc -l < errors.json)" > 0 ]]; then exit 1; fi
robotnix-eval-tests:
Expand Down
12 changes: 0 additions & 12 deletions release-filtered.nix

This file was deleted.

0 comments on commit 2bcd6a1

Please sign in to comment.