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 539390d commit 73df0b4Copy full SHA for 73df0b4
tools/ci_setup.ml
@@ -243,7 +243,7 @@ let clone' delay ?branch ?commit nm src =
243
match commit with
244
| None -> clone delay ?branch nm src
245
| Some commit ->
246
- let* () = clone delay ?branch ~depth:10 nm src in
+ let* () = clone delay ?branch ~depth:100 nm src in
247
exec_async
248
~delay:0
249
(Printf.sprintf "cd jane-street/lib/%s && git checkout -b wasm %s" nm commit)
0 commit comments