Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ocaml-docs-ci.opam
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ dev-repo: "git+https://github.com/ocurrent/ocaml-docs-ci.git"
available: [ arch != "x86_32" ]
pin-depends: [
["ocaml-version.dev" "git+https://github.com/ocurrent/ocaml-version#496b14cdf826a737841526b753ebad8c3656a85a"]
["current.dev" "./vendor/ocurrent"]
["current_git.dev" "./vendor/ocurrent"]
["current_github.dev" "./vendor/ocurrent"]
["current_web.dev" "./vendor/ocurrent"]
["current_ocluster.dev" "./vendor/ocluster"]
["ocluster-api.dev" "./vendor/ocluster"]
]
4 changes: 2 additions & 2 deletions src/lib/config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ let cmdliner =
$ take_n_last_versions
$ Ssh.cmdliner)

(* odoc pinned to tag 2.2.2 *)
(* odoc pinned to tag 2.4.0 *)
let odoc _ =
"https://github.com/ocaml/odoc.git#34a48e2543f6ea5716e9ee922954fa0917561dd7"
"https://github.com/ocaml/odoc.git#c8d3ba1604cd6a2bb7155afe10ecb596517e9e47"

let pool _ = "linux-x86_64"
let jobs t = t.jobs
Expand Down