Skip to content

Commit

Permalink
Disable --strict option for OPAM 2.0/2.1 (#656)
Browse files Browse the repository at this point in the history
This commit disables option `--strict` because new variable `with-dev-setup`  has already been used by some packages in opam-repository.

Fixes #655
  • Loading branch information
na4zagin3 authored Sep 27, 2023
1 parent 5495d7b commit 5b7ac33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ case "$(opam --version)" in
2.0.*|2.1.*)
echo "Enable workaround for OPAM Bug #5132"
WORKAROUND_OPAM_BUG_5132=1
echo "Enable workaround for #655"
WORKAROUND_OPAM_BUG_STRICT=1
;;
esac

Expand Down

0 comments on commit 5b7ac33

Please sign in to comment.