You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opam var --global jobs=42 sets the global variable jobs which creates a strange state for opam in that the jobs variable is now 42 but opam will only schedule up to the previous value of jobs.
The correct course of action here is opam option jobs=42 - opam var should not permit shadowing the options.
The text was updated successfully, but these errors were encountered:
opam var --global jobs=42
sets the global variablejobs
which creates a strange state for opam in that thejobs
variable is now42
but opam will only schedule up to the previous value ofjobs
.The correct course of action here is
opam option jobs=42
-opam var
should not permit shadowing the options.The text was updated successfully, but these errors were encountered: