From 489ddc537505215e74c9a6fe51c22386bbd6a4ea Mon Sep 17 00:00:00 2001 From: Kate Date: Wed, 7 Aug 2024 13:37:51 +0100 Subject: [PATCH] Add curl to the list of required cygwin packages to avoid issues with Windows' curl --- master_changes.md | 1 + src/client/opamInitDefaults.ml | 1 + 2 files changed, 2 insertions(+) diff --git a/master_changes.md b/master_changes.md index bae8e0d2f2b..4de90aad2af 100644 --- a/master_changes.md +++ b/master_changes.md @@ -21,6 +21,7 @@ users) ## Init * Suppress all the Windows menus when running with `opam init -ya` [#6034 @dra27] + * Add curl to the list of required cygwin packages to avoid issues with Windows' curl [#6142 @kit-ty-kate - fix #6120] ## Config report * Always list all the repositories regardless of whether or not a switch is currently set [#6116 @kit-ty-kate] diff --git a/src/client/opamInitDefaults.ml b/src/client/opamInitDefaults.ml index 6b5a7017fbf..af184a360e4 100644 --- a/src/client/opamInitDefaults.ml +++ b/src/client/opamInitDefaults.ml @@ -154,6 +154,7 @@ let required_packages_for_cygwin = "tar"; "unzip"; "rsync"; + "curl"; ] |> List.map OpamSysPkg.of_string let init_scripts () = [