Skip to content

Commit 357d067

Browse files
committed
Remove sexplib0 pin for 5.1
1 parent 9534d2d commit 357d067

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ _opam/%: _opam/opam-init/init.sh ocaml-versions/%.json
135135
$(eval OCAML_RUN_PARAM = $(shell jq -r '.runparams // empty' ocaml-versions/$*.json))
136136
opam update
137137
OCAMLRUNPARAM="$(OCAML_RUN_PARAM)" OCAMLCONFIGOPTION="$(OCAML_CONFIG_OPTION)" opam switch create --keep-build-dir --yes $* ocaml-base-compiler.$*
138-
@{ case "$*" in \
139-
*5.1*) opam pin add -n --yes --switch $* sexplib0.v0.15.0 https://github.com/shakthimaan/sexplib0.git#multicore; \
140-
esac };
141138
# TODO remove pin when a new orun version is released on opam
142139
opam pin add -n --yes --switch $* orun https://github.com/ocaml-bench/orun.git
143140
# TODO remove pin when a new runtime_events_tools is released on opam

0 commit comments

Comments
 (0)