Skip to content
Snippets Groups Projects
Commit fb4a01da authored by Ralf Jung's avatar Ralf Jung
Browse files

use internal solver less, it makes strange downgrades

parent 68f67dc4
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ echo
if [[ -z "$FRESH_OPAM" ]]; then # skip if this is a fresh opam root
# Upgrade cached things
echo_color "$BOLDGREEN" "[prepare-opam] Upgrading packages"
opam upgrade -y --use-internal-solver --fixup && opam upgrade -y --use-internal-solver
opam upgrade -y --fixup && opam upgrade -y
echo
fi
......
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