Skip to content

Commit

Permalink
ocaml-general - (5.1 only) pin dune related packages to 3.10.0 (2) (#47)
Browse files Browse the repository at this point in the history
* ocaml-general - (5.1 only) pin dune related packages to 3.10.0 (2)
  • Loading branch information
haochenx authored Feb 16, 2024
1 parent fef3bc2 commit 87471b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocaml-general/install_ocaml_5.1_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ pins=(
dune-site 3.10.0
)

echo "${pins[@]}" | xargs -n 2 opam pin -n add

opam install --yes "${packages[@]}" \
&& opam clean -y --logs --repo-cache --download-cache --switch-cleanup

echo "${pins[@]}" | xargs -n 2 opam pin -n add

echo -n "exec: "
printf "%s\n" "${packages[@]}" | cut -d'.' -f1 | xargs echo opam show -f package
printf "%s\n" "${packages[@]}" | cut -d'.' -f1 | xargs opam show -f package

0 comments on commit 87471b0

Please sign in to comment.