File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,6 @@ _opam/%: _opam/opam-init/init.sh ocaml-versions/%.json
135
135
$(eval OCAML_RUN_PARAM = $(shell jq -r '.runparams // empty' ocaml-versions/$* .json) )
136
136
opam update
137
137
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 };
141
138
# TODO remove pin when a new orun version is released on opam
142
139
opam pin add -n --yes --switch $* orun https://github.com/ocaml-bench/orun.git
143
140
# TODO remove pin when a new runtime_events_tools is released on opam
You can’t perform that action at this time.
0 commit comments