cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
souenzzo 2020-10-24T21:42:22.106400Z

Hello. I'm trying to debug the eql build failure https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#getting-dependencies-right EQL uses deps.edn as the "main deps system" https://github.com/edn-query-language/eql The build failure is due Could not locate clojure/test/check__init.class, clojure/test/check.clj or clojure/test/check.cljc on classpath. https://app.circleci.com/pipelines/github/cljdoc/builder/6076/workflows/c9b25e07-2e57-4b32-b421-0ac156f0eb8f/jobs/22452 It i create a "manual" pom.xml, it will prefer ir over deps.edn?

seancorfield 2020-10-24T21:52:18.108800Z

@souenzzo Worth a try. For expectations/clojure-test we had to add planck and humane-test-output as dependencies in the pom.xml in order to get CircleCI builds to run properly, even tho' they are not normal dependencies in deps.edn.

seancorfield 2020-10-24T21:52:43.109300Z

I'm not at my main computer right now so I can't offer more details.