Skip to content

Commit

Permalink
DBG: update number?
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Dec 15, 2022
1 parent 9534d2d commit 176171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ _opam/%: _opam/opam-init/init.sh ocaml-versions/%.json
opam update
OCAMLRUNPARAM="$(OCAML_RUN_PARAM)" OCAMLCONFIGOPTION="$(OCAML_CONFIG_OPTION)" opam switch create --keep-build-dir --yes $* ocaml-base-compiler.$*
@{ case "$*" in \
*5.1*) opam pin add -n --yes --switch $* sexplib0.v0.15.0 https://github.com/shakthimaan/sexplib0.git#multicore; \
*5.1*) opam pin add -n --yes --switch $* sexplib0.v0.16.0 https://github.com/shakthimaan/sexplib0.git#multicore; \
esac };
# TODO remove pin when a new orun version is released on opam
opam pin add -n --yes --switch $* orun https://github.com/ocaml-bench/orun.git
Expand Down

0 comments on commit 176171e

Please sign in to comment.