File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -267,14 +267,16 @@ set_opamrootdir() {
267
267
if [ -z " $OPAMROOTDIR_BUILDHOST " ]; then
268
268
# Opam is not initialized. We probably got:
269
269
# [ERROR] Opam has not been initialised, please run `opam init'
270
- # So conform to https://github.com/ocaml/opam/pull/4815#issuecomment-910137754
270
+ # So conform to https://github.com/ocaml/opam/issues/3766 with an
271
+ # opam root change intended for opam 2.3.
272
+ # CHANGE NOTICE: Also change dkml-runtime-apps's [opam_context.ml]
271
273
set_opamrootdir_VER=$( $OPAMEXE --version)
272
274
case " $set_opamrootdir_VER " in
273
275
1* )
274
276
printf " FATAL: You will need to upgrade %s to Opam 2.0+\n" " $OPAMEXE "
275
277
exit 107
276
278
;;
277
- 2.0.* |2.1.* )
279
+ 2.0.* |2.1.* |2.2. * )
278
280
OPAMROOTDIR_BUILDHOST=" $HOME /.opam"
279
281
;;
280
282
* )
You can’t perform that action at this time.
0 commit comments