File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ check_variable () {
35
35
36
36
: " ${coq_pr_number:= } "
37
37
: " ${coq_pr_comment_id:= } "
38
- : " ${new_ocaml_version:= 4.14.1 } "
39
- : " ${old_ocaml_version:= 4.14.1 } "
38
+ : " ${new_ocaml_version:= 5.2.0 } "
39
+ : " ${old_ocaml_version:= 5.2.0 } "
40
40
: " ${new_ocaml_flambda:= 0} "
41
41
: " ${old_ocaml_flambda:= 0} "
42
42
: " ${new_coq_repository:= ${CI_REPOSITORY_URL:- .} } "
@@ -386,6 +386,10 @@ create_opam() {
386
386
opam var --global jobs=$number_of_processors > /dev/null
387
387
if [ ! -z " $BENCH_DEBUG " ]; then opam config list; fi
388
388
389
+ if [ $RUNNER = NEW ]; then
390
+ opam pin add -y ocaml-base-compiler https://github.com/gasche/ocaml.git#gc-rampup-control-5.2
391
+ fi
392
+
389
393
opam repo add -q --this-switch coq-core-dev " $OPAM_COQ_DIR /core-dev" # For rocq-stdlib
390
394
opam repo add -q --this-switch coq-extra-dev " $OPAM_COQ_DIR /extra-dev"
391
395
opam repo add -q --this-switch coq-released " $OPAM_COQ_DIR /released"
Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ module Intern = struct
262
262
end
263
263
264
264
let intern_from_file file =
265
+ fst @@ Gc. ramp_up @@ fun () ->
265
266
let ch = raw_intern_library file in
266
267
let lsd, digest_lsd = ObjFile. marshal_in_segment ch ~segment: summary_seg in
267
268
let lmd, digest_lmd = ObjFile. marshal_in_segment ch ~segment: library_seg in
You can’t perform that action at this time.
0 commit comments