Skip to content

Commit

Permalink
fix(pkg): context type set incorrectly (#11471)
Browse files Browse the repository at this point in the history
This doesn't seem to affect anything. Still, this will avoid confusion
at least.

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Feb 11, 2025
1 parent 30ec411 commit 1d15ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/context.ml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ let create (builder : Builder.t) ~(kind : Kind.t) =
| None -> toolchain `Lock
| Some toolchain ->
let+ toolchain, _ = Action_builder.evaluate_and_collect_facts toolchain in
toolchain, `Default)
toolchain, `Lock)
in
Ocaml_toolchain.register_response_file_support ocaml;
if Option.is_some builder.fdo_target_exe
Expand Down

0 comments on commit 1d15ca5

Please sign in to comment.