Skip to content
Snippets Groups Projects
Commit f121e9a8 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ci] Removed parallelism

parent 15c54e00
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
buildPhase = ''
make config.sed
dune build --display short @install
dune build -j2 --display short @install
'';
installFlags = [
......
......@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
make ptests/ptests.exe
make ptests/wtests.exe
dune exec --root ptests -- frama-c-ptests tests
dune build --display short @tests/ptests
dune build -j1 --display short @tests/ptests
'';
# No installation required
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment