Skip to content

Commit

Permalink
Avoid parallelising MLton
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed May 7, 2021
1 parent 577793e commit 09e50e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ tasks:
# meson build_poly -Dsml_buildtype=polyml
meson build_mlton_noffi -Dsml_buildtype=mlton_noffi
# ninja -C build_poly
ninja -C build_mlton_noffi
# Two whole build targets with MLton runs us out of memory
# unless -j1 is specified:
ninja -j1 -C build_mlton_noffi
# Test whether a build using default-int32 MLton also works:
mlton test-sml.mlb
# And build the documentation:
Expand Down

0 comments on commit 09e50e2

Please sign in to comment.