mirror of
https://github.com/justinwoo/spago2nix.git
synced 2024-11-22 04:25:06 +03:00
Dial down the number of nix-build jobs in the CI test.
Otherwise, we get this error on GitHub Action runners: error: all build users are currently in use; consider creating additional users and adding them to the 'nixbld' group
This commit is contained in:
parent
ad5e17815b
commit
ba18e9a032
@ -4,8 +4,8 @@
|
||||
set -e
|
||||
|
||||
spago2nix
|
||||
spago2nix generate
|
||||
spago2nix install -j 100
|
||||
spago2nix generate 8
|
||||
spago2nix install
|
||||
spago2nix build
|
||||
rm -rf output
|
||||
spago2nix build-nix
|
||||
|
Loading…
Reference in New Issue
Block a user