Skip to content

Commit dc6c457

Browse files
vouillonhhugo
authored andcommitted
CI updates (adapt Jane Street packages)
1 parent eff5bac commit dc6c457

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tools/ci_setup.ml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,14 @@ let () =
263263
sync_exec (fun i () -> clone i "ocaml-uri" "https://github.com/mirage/ocaml-uri") [ () ];
264264
sync_exec
265265
(fun i nm ->
266-
let branch = if is_forked nm then Some "wasm" else None in
266+
let branch =
267+
if is_forked nm
268+
then
269+
if List.mem nm [ "bonsai"; "virtual_dom"; "async_js" ]
270+
then Some "jsoo-6"
271+
else Some "wasm"
272+
else None
273+
in
267274
let commit =
268275
if is_forked nm
269276
then None

0 commit comments

Comments
 (0)