Skip to content

Commit

Permalink
Revert "Revert "Update the environment to handle the new --confirm-le…
Browse files Browse the repository at this point in the history
…vel option from opam 2.1""

This reverts commit de41715.
  • Loading branch information
kit-ty-kate committed Jun 2, 2021
1 parent 2affed6 commit d8e1264
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pipeline.ml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ let install_compiler_df ~arch ~switch opam_image =
maybe_add_beta switch @@
maybe_add_multicore switch @@
env ["OPAMYES", "1";
"OPAMDEPEXTYES", "1"; (* Remove this when https://github.com/ocaml/opam/pull/4563 is merged *)
"OPAMUNSAFEDEPEXTYES", "1";
"OPAMCONFIRMLEVEL", "unsafe-yes";
"OPAMERRLOGLEN", "0"; (* Show the whole log if it fails *)
"OPAMPRECISETRACKING", "1"; (* Mitigate https://github.com/ocaml/opam/issues/3997 *)
] @@
Expand Down

0 comments on commit d8e1264

Please sign in to comment.