Skip to content

Commit

Permalink
Inria CI "main" script: do not lower priority on macOS
Browse files Browse the repository at this point in the history
I suspect "renice 10" has bad consequences on the Mac M1, so let's see
if removing it makes a difference.
  • Loading branch information
xavierleroy authored and Octachron committed Jun 15, 2021
1 parent a7118bd commit 7116602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/inria/main
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ esac

# be considerate towards other potential users of the test machine
case "${OCAML_ARCH}" in
bsd|macos|linux) renice 10 $$ ;;
bsd|linux) renice 10 $$ ;;
esac

# be verbose and stop on error
Expand Down

0 comments on commit 7116602

Please sign in to comment.