We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f860697 commit d08dfbcCopy full SHA for d08dfbc
src/state/opamFormatUpgrade.ml
@@ -1081,7 +1081,8 @@ let from_2_0_to_v2_1 _ conf =
1081
See https://github.com/ocurrent/ocaml-dockerfile/pull/92 *)
1082
let info_jobs_changed ~prev_jobs =
1083
OpamConsole.note
1084
- "The 'jobs' option was reset, its value was %d. \
+ "The 'jobs' option was reset, its value was %d and its new value \
1085
+ will vary according to the current number of cores on your machine. \
1086
If it really was intended, you can set it again using:\n \
1087
opam option jobs=%d --global" prev_jobs prev_jobs;
1088
in
0 commit comments