Skip to content

Commit

Permalink
Remove -j12 option for testing in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ftessier committed Apr 12, 2021
1 parent c71955d commit b08afa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HEN_HOUSE/scripts/configure
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ for prog in gmake make make.exe gmake.exe mingw32-make.exe; do
IFS=$save_IFS
$as_executable "$make_dir/$prog" || continue
have_make=yes
make_prog="$prog -j12"
make_prog="$prog"
abs_make="$make_dir/$prog"
break
done
Expand Down

0 comments on commit b08afa9

Please sign in to comment.