We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bcc56 commit b6d224eCopy full SHA for b6d224e
1 file changed
src/conf.ml
@@ -105,7 +105,7 @@ let arches_for ~distro =
105
(* For testing, you can uncomment these lines to limit the number of combinations: *)
106
107
(*
108
-let distros = ignore distros; [`Debian `V11]
109
-let switches ~arch:_ ~distro:_ = ignore switches; Ocaml_version.Releases.[v4_08]
+let distros = ignore distros; [`Debian `V12]
+let switches ~arch:_ ~distro:_ = ignore switches; Ocaml_version.Releases.[v5_2]
110
let arches_for ~distro:_ = ignore arches_for; [`X86_64]
111
*)
0 commit comments