File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ ocaml-versions/%.bench: depend check-parallel/% filter/% override_packages/% log
242242 echo " (context (opam (switch $( CONFIG_SWITCH_NAME) ) (name $( CONFIG_SWITCH_NAME) _$$ i)))" ; \
243243 done } > ocaml-versions/.workspace.$(CONFIG_SWITCH_NAME )
244244 opam exec --switch $(CONFIG_SWITCH_NAME ) -- rungen _build/$(CONFIG_SWITCH_NAME ) _1 $(RUN_CONFIG_JSON ) > runs_dune.inc
245- opam exec --switch $(CONFIG_SWITCH_NAME ) -- dune build --profile=release --workspace=ocaml-versions/.workspace.$(CONFIG_SWITCH_NAME ) @$(BUILD_BENCH_TARGET ) ;
245+ opam exec --switch $(CONFIG_SWITCH_NAME ) -- dune build --verbose -- profile=release --workspace=ocaml-versions/.workspace.$(CONFIG_SWITCH_NAME ) @$(BUILD_BENCH_TARGET ) ;
246246 @{ if [ " $( BUILD_ONLY) " -eq 0 ]; then \
247247 echo " Executing benchmarks with:" ; \
248248 echo " RUN_CONFIG_JSON=${RUN_CONFIG_JSON} " ; \
You can’t perform that action at this time.
0 commit comments