Skip to content

Commit

Permalink
workaround for what appears to be opam admin check problem on opam 2.…
Browse files Browse the repository at this point in the history
…3.0, gives Invalid_argument(filter_deps)
  • Loading branch information
palmskog committed Dec 22, 2024
1 parent 105ef1f commit bb52a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/generate-opam-indexes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ OPAMCHECKOPTS=--cycles

for repo in "$@"; do
cd "$repo"
opam admin check $OPAMCHECKOPTS && opam admin make
#opam admin check $OPAMCHECKOPTS && opam admin make
opam admin make
cd ..
done

0 comments on commit bb52a62

Please sign in to comment.