I have recently written a new binary (de)serialization package with support for preserving shared values and I have difficulties publishing it on opam from a GitLab repo. opam publish seems to expect GitHub for everything.
opam publish
Has anyone attempted this kind of thing?
opam-publish only defaults to github if it doesn’t know how to get the archive but you can drive it very easily by giving it the url:
opam publish https://gitlab.com/api/v4/projects/81089450/packages/generic/bin_there/0.1.10/bin_there-0.1.10.tar.gz
Thanks.
However, I get to this Opam-CI . Any idea how I can move past that point?
that looks like a full disk on one of the CI machines. Can you open a ticket on the infra bugtracker?
Done and fixed on their side! Thanks!