We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6755d6 commit 62f12fbCopy full SHA for 62f12fb
opam-ci-check/test/build.t
@@ -119,6 +119,7 @@ Test the build command:
119
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
120
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
121
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
122
+ RUN opam repository add archive https://github.com/ocaml/opam-repository-archive
123
RUN opam reinstall conf-pkg-config.4; \
124
res=$?; \
125
test "$res" != 31 && exit "$res"; \
0 commit comments