Skip to content

Commit 2db623a

Browse files
debug: use single codegen thread for specs
1 parent 988a88e commit 2db623a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
name = "specs";
8383
src = specSrc;
8484
buildInputs = [ pkgs.libssh2 ];
85-
installPhase = "mkdir $out && HOME=$TMP crystal spec --progress";
85+
installPhase = "mkdir $out && HOME=$TMP crystal spec --progress --threads 1";
8686
shardsFile = specSrc + "/shards.nix";
8787
doCheck = false;
8888
dontPatch = true;

0 commit comments

Comments
 (0)