Skip to content

Commit

Permalink
Remove sexplib0 pin for 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Dec 19, 2022
1 parent 9534d2d commit 357d067
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ _opam/%: _opam/opam-init/init.sh ocaml-versions/%.json
$(eval OCAML_RUN_PARAM = $(shell jq -r '.runparams // empty' 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; \
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
# TODO remove pin when a new runtime_events_tools is released on opam
Expand Down

0 comments on commit 357d067

Please sign in to comment.